1.0.1 • Published 3 years ago

daoswap-lib v1.0.1

Weekly downloads
8
License
GPL-3.0-or-later
Repository
github
Last release
3 years ago

daoswap-lib

Solidity libraries that are shared across Daoswap contracts. This package focuses on safety and execution 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 daoswap-lib

Then import the contracts via:

import 'daoswap-lib/contracts/libraries/Babylonian.sol';