@retherswap/lib
v1.0.2
Published
📖 Solidity libraries that are shared across Retherswap contracts
Downloads
3
Readme
retherswap-lib
Solidity libraries that are shared across Retherswap 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 @retherswap/lib
Then import the contracts via:
import "@uretherswap/lib/contracts/libraries/Babylonian.sol";