Market Making - Super Simple bot
git clone https://github.com/username/MM-KISS-Bot
Rename 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-bot