Skip to content

sbneo2022/SHFT

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published