Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zmovane/dexformulas
Dex formulas
https://github.com/zmovane/dexformulas
curve-finance dex dodoex jupyter jupyter-notebook pancakeswap pricing-curve pricing-model python sushiswap uniswap uniswap-v2
Last synced: 5 days ago
JSON representation
Dex formulas
- Host: GitHub
- URL: https://github.com/zmovane/dexformulas
- Owner: zmovane
- Created: 2022-03-27T08:29:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-12T06:01:38.000Z (almost 2 years ago)
- Last Synced: 2024-05-17T06:50:57.791Z (6 months ago)
- Topics: curve-finance, dex, dodoex, jupyter, jupyter-notebook, pancakeswap, pricing-curve, pricing-model, python, sushiswap, uniswap, uniswap-v2
- Language: Jupyter Notebook
- Homepage:
- Size: 208 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
## [PMM 价格模型](./PMM.ipynb)
creator: [dodo](https://github.com/DODOEX)## [AMM uniswap v2 价格模型](./AMM_uniswap_v2.ipynb)
creator: [uniswap](https://github.com/Uniswap)
forks: [sushiswap](https://github.com/sushiswap/sushiswap)、[pancakeswap](https://github.com/pancakeswap)、多数中心化交易所 AMM
## [AMM stableswap 价格模型](./AMM_stableswap.ipynb)
creator: [curve](https://github.com/curvefi)
## Requirements```
python3 -m venv venv
souce venv/bin/activate
pip3 install numpy matplotlib
```