/w4_1

Primary LanguageSolidity

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 node
npx hardhat compile
npx hardhat run scripts/deploy.js --network dev
npx hardhat test