0.0.1 • Published 3 years ago

@bonsaiswap/bonsai-swap-lib v0.0.1

Weekly downloads
45
License
-
Repository
github
Last release
3 years ago

Bonsai Swap Lib

Solidity libraries that are shared across 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 @bonsaiswap/bonsai-swap-lib

Then import the contracts via:

import "@bonsaiswap/bonsai-swap-lib/contracts/access/Ownable.sol";