Skip to content

RemusDEX/MM-KISS-Bot

Repository files navigation

MM-KISS-Bot

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!

Steps, to run localy

1. Clone your fork of this repository

git clone https://github.com/username/MM-KISS-Bot

2. Set environment variables

Rename example.env to .env with this command: mv example.env .env and put your variables here

3. Start project with docker

  1. Install Docker (if not already installed)
  2. Start Docker
  3. Build image
docker build --tag "mm-bot" .
  1. Run container
docker run mm-bot

Other notes

It might be worth to go through Mango Markets market maker example

Account deployment:

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

About

Market Making - Super Simple bot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 7