A minimalist starknet amm adapted from StarkWare’s amm
A minimalist starknet amm adapted from StarkWare’s amm.
Directory Structure
contracts
├─ amm — "Single liquidity pool instance"
tests
├─ test_amm - "Test amm"
Installation
First time?
Further installation instructions provided in the cairo-lang docs
Before installing Cairo on your machine, you need to install gmp
:
sudo apt install -y libgmp3-dev # linux
brew install gmp # mac
If you have any troubles installing