Currently only supports Coinbase Pro
Enable trading functionality by creating a config.ini
file in the project
folder and adding the following Coinbase Pro API credentials:
[ACCOUNT]
KEY = your-key
SECRET = your-secret
PASSPHRASE = your-passphrase
In order to run locally:
- install requirements into a new venv
- source activate venv