1.0.2 • Published 3 years ago

@unicly/unicswap v1.0.2

Weekly downloads
8
License
WTFPL
Repository
github
Last release
3 years ago

UnicSwap

UnicSwap is a fork of Uniswap V2 by 0xLeia for unicly

The changes made are:

  • Switch contract versions to 0.6.12 and patch code accordingly
  • Change contract and variable names for UnicSwap
  • New init code hash

Local Development

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

Install Dependencies

yarn

Compile Contracts

yarn compile

Run Tests

yarn test