@pantherswap/panther-swap-lib
v0.1.0
Published
Panther Swap Lib
Downloads
3
Readme
Panther Swap Lib
Solidity libraries that are shared across PantherSwap 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 @pantherswap/panther-swap-lib
Then import the contracts via:
import "@pantherswap/panther-swap-lib/contracts/access/Ownable.sol";