7.0.0 • Published 2 years ago

@skaswap/core v7.0.0

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
2 years ago

Uniswap V2

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@=12.

Install Dependencies

yarn

Compile Contracts

yarn compile

Run Tests

yarn test