0.0.1 • Published 5 years ago
traphouse-lib v0.0.1
Traphouse Lib
Solidity libraries that are shared across Uniswap 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 @uniswap/lib 
Then import the contracts via:
import "@thugs-defi/traphouse-lib/contracts/access/Ownable.sol"; 0.0.1
5 years ago