0.0.1 • Published 4 years ago

@kwikswap/lib v0.0.1

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

kwikswap-lib

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

Then import the contracts via:

import '@kwikswap/lib/contracts/libraries/Babylonian.sol';