Yearn-ed Uniswap
This project is built on a fork of Uniswap V2, the most loved open-source version of AMM.
The following assumes the use of node@>=10.
$ yarn
$ yarn compile
- Go to alchemy api and get an API key
- Export the API key into the .env variable
$ echo "FORK_URL=https://eth-mainnet.alchemyapi.io/v2/<key>" >> .env - Build & test
$ yarn build $ yarn test