0.0.1-alpha • Published 11 months ago

@scibux/lib v0.0.1-alpha

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
11 months ago

uniswap-lib

Tests Static Analysis Lint Fuzz Testing npm

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

Then import the contracts via:

import '@uniswap/lib/contracts/libraries/Babylonian.sol';
0.0.1-alpha

11 months ago