1.0.2-beta • Published 2 years ago
@donaswap/lib v1.0.2-beta
donaswap-lib
Solidity libraries that are shared across Donaswap 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 @donaswap/lib
Then import the contracts via:
import '@donaswap/lib/contracts/libraries/Babylonian.sol';
License
This project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.