0.0.1 • Published 4 years ago
@nuttyswap.com/nuttyswap-lib v0.0.1
NuttySwap Lib
Solidity libraries that are shared across Uniswap contracts. These libraries are focused on safety and gas efficiency.
Install
Run npm
to install dependencies.
Test
Run yarn test
to execute the test suite.
Usage
Install this in another project via npm install @nuttyswap.com/nuttyswap-lib
Then import the contracts via:
import "@nuttyswap.com/nuttyswap-lib/contracts/access/Ownable.sol";
0.0.1
4 years ago