@unicly/unicswap
v1.0.2
Published
Core contracts for UnicSwap
Maintainers
Readme
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
