Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.