@seaswap/lib

📖 Solidity libraries that are shared across Seaswap contracts

Usage no npm install needed!

<script type="module">
  import seaswapLib from 'https://cdn.skypack.dev/@seaswap/lib';
</script>

README

seaswap-lib

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

Then import the contracts via:

import "@seaswap/lib/contracts/libraries/Babylonian.sol";