Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/monokh/looneyswap

A rudimentary implementation of uniswap for educational purposes. You'd be crazy to actually use this.
https://github.com/monokh/looneyswap

blockchain ethereum uniswap

Last synced: 23 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://monokh.com/posts/uniswap-from-scratch)

## Run tests
```
npm install
npx hardhat compile
npx hardhat test
```