A Uniswap V3 clone built from scratch for educational purposes. Part of free and open-source Uniswap V3 Development Book by Ivan Kuznetsov.
- Ensure you have Foundry installed.
- Run Anvil:
$ anvil
- Set environment variables and deploy contracts:
$ source .envrc $ make deploy
- Start the UI:
$ cd ui && yarn start
- In Metamask, import this private key and connect to
localhost:8545
:0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80
- Enjoy!