Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 587 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 587 Bytes

MM-KISS-Bot

Market Making - Super Simple bot

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