@onenesslabs/uniswap_periphery

Periphery contracts for interacting with UniswapV2 core contracts including the router


Keywords
cryptocurrency, decentralized-exchange, erc20, ethereum, smart-contracts
License
GPL-3.0
Install
npm install @onenesslabs/uniswap_periphery@1.0.0

Documentation

Uniswap V2

Actions Status npm

In-depth documentation on Uniswap V2 is available at uniswap.org.

The built contract artifacts can be browsed via unpkg.com.

Local Development

The following assumes the use of node@>=10.

Install Dependencies

yarn

Compile Contracts

yarn compile

Run Tests

yarn test