@clip-dex/clip-dex-lib
v1.0.1
Published
Clip DEX Lib
Downloads
2
Readme
Clip Dex 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
Then import the contracts via:
import '@clip-dex/clip-dex-lib/contracts/access/Ownable.sol';