@forbitswap/lib
v1.0.0
Published
📖 Solidity libraries that are shared across Forbitswap contracts
Downloads
17
Readme
forbitswap-lib
Solidity libraries that are shared across Forbitswap contracts. These libraries are focused on safety and gas efficiency.
Install
Run yarn
to install dependencies.
Test
Run yarn test
to execute the test suite.
Usage
Install this in another project via yarn add @forbitswap/lib
Then import the contracts via:
import '@forbitswap/lib/contracts/libraries/Babylonian.sol';