Solidity libraries that are shared across Multly Swap contracts. These libraries are focused on safety and gas efficiency.
Run yarn install
to install dependencies.
Run yarn test
to execute the test suite.
Run yarn compile
to compile the library.
Install this in another project via yarn add @samyca/multly-swap-lib
Then import the contracts via:
import "@samyca/multly-swap-lib/contracts/access/Ownable.sol";