@kodinghandle/bullswap-lib
v1.0.0
Published
📖 Solidity libraries that are shared across Bullswap contracts
Downloads
38
Readme
Bullswap-lib
Solidity libraries that are shared across Bullswap contracts. This package focuses on safety and execution 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 @kodinghandle/bullswap-lib
Then import the contracts via:
import '@kodinghandle/bullswap-lib/contracts/libraries/Babylonian.sol';