Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 433 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 433 Bytes

KiwiSwap Lib

Solidity libraries that are shared across KiwiSwap 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 @kiwiswap/kiwiswap-lib

Then import the contracts via:

import "@kiwiswap/kiwiswap-lib/contracts/access/Ownable.sol";