Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeiwan committed Dec 18, 2023
1 parent 6fec478 commit 7698f40
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Uniswap V3 Development Book

<p align="center">
<img src="/static/images/cover.png" alt="Uniswap V3 Development Book cover" width="360"/>
<img src="/src/images/cover.png" alt="Uniswap V3 Development Book cover" width="360"/>
</p>


<p align="center">
<a href="https://uniswapv3book.com/">READ ONLINE</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="https://uniswapv3book.com/print.html">PRINT OR SAVE AS PDF</a>
</p>

This book will teach how to develop an advanced decentralized application! Specifically, we'll be building a clone of
Expand Down Expand Up @@ -105,16 +110,4 @@ To run the book locally:
```shell
$ hugo server -D
```
1. Visit http://localhost:1313/ (or whatever URL the previous command outputs!)


### TODO
1. Milestone 2, Tick Bitmap Index: what happens when there are no ticks? Will it keep looping until it reaches max/min tick?
1. Milestone 3: liquidity management
1. Somewhere: clarify that sqrtP has better precision than ticks and that current price is never computed from current tick.
1. Add dark mode (with images)
1. Make a PDF
1. Add Next/Back buttons to the bottom of pages.
1. Ideas for Extras:
1. Tick math implementation. Explanation of the math in [TickMath](https://github.com/Uniswap/v3-core/blob/main/contracts/libraries/TickMath.sol) contract.
1. Breakdown of the alpha-router: https://github.com/Uniswap/swap-router-contracts
1. Visit http://localhost:1313/ (or whatever URL the previous command outputs!)

0 comments on commit 7698f40

Please sign in to comment.