Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/monokh/looneyswap
- Owner: monokh
- Created: 2021-07-01T19:59:22.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-04T22:54:59.000Z (over 3 years ago)
- Last Synced: 2024-10-04T12:52:55.956Z (about 1 month ago)
- Topics: blockchain, ethereum, uniswap
- Language: TypeScript
- Homepage: https://monokh.com/posts/uniswap-from-scratch
- Size: 146 KB
- Stars: 27
- Watchers: 2
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```