0.0.1 • Published 4 years ago

@nuttyswap.com/nuttyswap-lib v0.0.1

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
4 years ago

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";