UNPKG

@valueswap/lib

Version:

📖 Solidity libraries that are shared across Valueswap contracts

25 lines (13 loc) • 524 B
# @valueswap-lib [![npm](https://img.shields.io/npm/v/@valueswap/lib)](https://unpkg.com/@valueswap/lib@latest/) Solidity libraries that are shared across Valueswap 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 @valueswap/lib` Then import the contracts via: ```solidity import '@valueswap/lib/contracts/libraries/Babylonian.sol'; ```