Skip to content

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.

Notifications You must be signed in to change notification settings

better-mojo/furnace

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

furnace

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.

Installation

Before using furnace, you need to:

  1. Compile https://github.com/furnace-dev/sonic-mojo and copy libsonic.so to the current directory.

  2. Compile https://github.com/furnace-dev/furnace-connect and copy libfurnace_connect.so to the current directory.

magic install
magic shell
source init.sh

Testing

mojo test

Usage

# 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

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Mojo 98.6%
  • Python 1.2%
  • Shell 0.2%