Skip to content

Latest commit

 

History

History
54 lines (31 loc) · 958 Bytes

File metadata and controls

54 lines (31 loc) · 958 Bytes

DEXs equations studies


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)




installing


virtualenv venv
source venv/bin/activate
pip3 install -r requirements.txt


running


to run this notebook locally, run:

jupyter notebook


resources