Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 658 Bytes

run.md

File metadata and controls

29 lines (19 loc) · 658 Bytes

Run hummingbot

1. Start gateway

Run the following commands to start gateway:

cd ${HOME}/hummingbot-gateway
# yarn start --passphrase=daniel
yarn start --passphrase=<passphrase>

1679479660200

2. Start client

Run the following commands to start client:

cd ${HOME}/hummingbot
conda activate hummingbot
bin/hummingbot.py

3. Connect xsswap

Run the command gateway connect xsswap in client.

1679640895282