Furnace is a high-performance quantitative trading library that provides features similar to CCXT, allowing developers to connect and interact with multiple cryptocurrency exchanges easily. It offers a simple API for efficient strategy development and deployment.
Before using furnace, you need to:
-
Compile https://github.com/furnace-dev/sonic-mojo and copy
libsonic.so
to the current directory. -
Compile https://github.com/furnace-dev/furnace-connect and copy
libfurnace_connect.so
to the current directory.
magic install
magic shell
source init.sh
mojo test
# Debug mode
RUST_BACKTRACE=1 mojo run -D DEBUG_MODE ccxt-gateio-demo.mojo
RUST_BACKTRACE=1 mojo run -D DEBUG_MODE gateio-main.mojo
# Release mode
mojo run ccxt-gateio-demo.mojo