Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Latest commit

 

History

History

dexs-equations-analysis

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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