Solidity libraries that are shared across Retherswap contracts. These libraries are focused on safety and gas efficiency.
Run yarn
to install dependencies.
Run yarn test
to execute the test suite.
Install this in another project via yarn add @retherswap/lib
Then import the contracts via:
import "@retherswap/lib/contracts/libraries/Babylonian.sol";