Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.15 KB

README.md

File metadata and controls

29 lines (17 loc) · 1.15 KB

EquiXswap-lib

Cloned from: uniswap-lib.

Tests Static Analysis Fuzz Testing npm

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

Then import the contracts via:

import '@equixswap/lib/contracts/libraries/Babylonian.sol';