Skip to content

Samyca/multly-swap-lib

 
 

Repository files navigation

Multly Swap Lib

Solidity libraries that are shared across Multly Swap contracts. These libraries are focused on safety and gas efficiency.

Install

Run yarn install to install dependencies.

Test

Run yarn test to execute the test suite.

Compile

Run yarn compile to compile the library.

Usage

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"; 

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Solidity 82.2%
  • TypeScript 17.8%