A Terminal User Interface (TUI) for automated trading with Komodo Platform's Komodo DeFi Framework
sudo apt install wget curl jq git python3-pip
git clone https://github.com/smk762/pytomicDEX_makerbot/
cd pytomicDEX_makerbot
pip3 install -r requirements.txt
./makerbot.py- Terminator
- Komodo Platform
- AtomicDEX GUI (Desktop and mobile)
- AtomicDEX API Repository
- Komodo DeFi Framework Developer Docs
- Initial config is done through the TUI on first launch, and stored in the
configfolder. - You can modify the config in the TUI with
View/Update Makerbot - You can customise pair configs in
makerbot_command_params.jsonfor min/max trade and spread. - You can edit
bot_settings.jsonmanually to add coins or change defaults, which will be applied tomakerbot_command_params.jsonnext time you launch the TUI. - Existing customised pair configs in
makerbot_command_params.jsonwill be retained if the base/quote coins are still inbot_settings.json. - To completely reset your config, select
Reset Makerbot Configin the TUI.
Use this with small amounts you are comfortable with and be conscious of your risk tolerance. Always make a secure offline backup of your seed phrase.

