Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 705 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 705 Bytes

How to install

pip install -r requirements.txt

Notes

  1. Use pip install --use-deprecated=legacy-resolver python_binance_chain to install python_binance_chain

  2. Use INCLUDE_DIR=/usr/local/Cellar/libsecp256k1/0.1/include LIB_DIR=/usr/local/Cellar/libsecp256k1/0.1/lib pip install --no-binary :all: secp256k1 to install secp256k1

Required settings

  1. InfluxDb Hostname --> config.yaml or dev.yaml

    • Note: Database will be created automatically
  2. Key and Secret Key --> dev.yaml

  3. Check task/test.rune.yaml

How to run (RUNE example)

python service.py --add dev.yaml --add task/test.rune.yaml

Sandbox

cd sandbox
python clp_sandbox.py