Installation
The fork installs the same way as upstream Hummingbot from source.
Prerequisites
Clone and install
git clone https://github.com/deltadefi-protocol/hummingbot.git
cd hummingbot
# Run Setup & Deploy
make setup
make deploy
# Attach to the running instance
docker attach hummingbotVerify
Last updated