Solidity libraries that are shared across Polarfox contracts. This package focuses on safety and execution gas efficiency. Adapted from Uniswap.
Run yarn
to install dependencies.
Run yarn test
to execute the test suite.
Install this in another project via yarn add @polarfox/lib
Then import the contracts via:
import '@polarfox/lib/contracts/libraries/Babylonian.sol';