Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 457 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 457 Bytes

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