Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 288 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 288 Bytes

LooneySwap

A rudimentary implementation of uniswap for educational purposes. You'd be crazy to actually use this.

Guide

Read the guide here: Uniswap from scratch

Run tests

npm install
npx hardhat compile
npx hardhat test