@sphynxswap/sphynx-swap-lib
v0.0.3
Published
Sphynx Swap Lib
Downloads
130
Readme
Sphynx Swap 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 @sphynxswap/sphynx-swap-lib
Then import the contracts via:
import '@sphynxswap/sphynx-swap-lib/contracts/access/Ownable.sol';