Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

libsol a usefull solidity usecases library

checkout the packages from npmjs [https://www.npmjs.com/package/libsol]

run the following command in cli in your project location

npm i libsol

  1. Greater number from Array of Multiple Numbers

import GreaterNumber library

import "libsol/libraries/GreaterNumber.sol";

using this library into your preoject fil

using GreaterNumber for uint;

Use the function where you need Will get maxNumber from given _ArrayOfNumbers parameter

uint MaxNumber = GreaterNumber.maxNumber(uint[] calldata _ArrayOfNumbers);

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors