Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeiwan/zuniswap
UniswapV1 clone made in educational purposes
https://github.com/jeiwan/zuniswap
defi ethereum smart-contracts uniswap
Last synced: about 5 hours ago
JSON representation
UniswapV1 clone made in educational purposes
- Host: GitHub
- URL: https://github.com/jeiwan/zuniswap
- Owner: Jeiwan
- Created: 2021-06-03T13:06:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-23T11:11:33.000Z (almost 2 years ago)
- Last Synced: 2024-03-17T20:46:44.520Z (8 months ago)
- Topics: defi, ethereum, smart-contracts, uniswap
- Language: JavaScript
- Homepage: https://jeiwan.net/posts/programming-defi-uniswap-1/
- Size: 146 KB
- Stars: 109
- Watchers: 3
- Forks: 62
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Zuniswap
A clone of [Uniswap](https://uniswap.org) smart contracts build in educational purposes.
### Blog posts
1. [Programming Defi: Uniswap. Part 1](https://jeiwan.net/posts/programming-defi-uniswap-1/)
Introduction to Uniswap, basic implementation of `addLiquidity`, constant product function explanation, pricing and
output amount calculation, token swaps.
1. [Programming Defi: Uniswap. Part 2](https://jeiwan.net/posts/programming-defi-uniswap-2/)
Complete `addLiquidity` implementation, LP-tokens, fees, impermanent loss.
1. [Programming Defi: Uniswap. Part 3](https://jeiwan.net/posts/programming-defi-uniswap-3/)
Factory contract implementation, token-to-token swaps, Unswap V1 is finished.