this notebook is a work in progress on which we explore the various scenarios for DEXs, including:
- PMM by Dodo
- AMM by Uniswap V2 (and forks)
- AMM by Curve (stableswap)
virtualenv venv
source venv/bin/activate
pip3 install -r requirements.txt
to run this notebook locally, run:
jupyter notebook