📖 Solidity libraries that are shared across Forbitswap contracts
npm install @forbitswap/lib



Solidity libraries that are shared across Forbitswap 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 @forbitswap/lib
Then import the contracts via:
``solidity
import '@forbitswap/lib/contracts/libraries/Babylonian.sol';
``