Market Making - Super Simple bot
This bot is provided as is for educational purposes. If you run it, do it on your own risk. And always DYOR!
git clone https://github.com/username/MM-KISS-BotRename example.env to .env with this command: mv example.env .env and put your variables here
3. Start project with docker
- Install Docker (if not already installed)
- Start Docker
- Build image
docker build --tag "mm-bot" .- Run container
docker run mm-botIt might be worth to go through Mango Markets market maker example
- https://github.com/blockworks-foundation/mango-explorer/tree/main/mango/marketmaking
- https://github.com/blockworks-foundation/mango-explorer/blob/main/mango/simplemarketmaking/simplemarketmaker.py
- https://github.com/blockworks-foundation/example-python-marketmaker/blob/main/marketmaker.py
starkli signer keystore new keystore.json starkli account oz init account.json --keystore keystore.json starkli account deploy account.json --network mainnet --keystore keystore.json