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