# UnicSwap

UnicSwap is a fork of [Uniswap V2](https://github.com/Uniswap/uniswap-v2-core) by `0xLeia` for [unicly](https://unic.ly)

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`
