Skip to content
This repository has been archived by the owner on Jun 23, 2021. It is now read-only.

Latest commit

 

History

History
22 lines (12 loc) · 454 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 454 Bytes

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