Skip to content

the-ccrs/ccrs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ccrs

  • A Rust library for trading on crypto exchanges. Super simple to use.
  • Unified API for different exchanges. Supported exchanges:
  • For any questions, contact us on Telegram https://t.me/+NvPBKXi6kFNkYmE5.
  • We provide end-to-end development services for crypto trading infrastructures, covering everything from integration and strategy implementation to real-time data handling and execution.

Installation

Add this to your Cargo.toml

[dependencies]
ccrs = { git = "https://github.com/the-ccrs/ccrs.git" }

The default main branch may include experimental or in-progress features. For a stable experience, please use specific tags.

[dependencies]
ccrs = { git = "https://github.com/the-ccrs/ccrs.git", tag = "v1.2.3" }

Documentation

Our documentation is centered around comprehensive, real-world examples that demonstrate how to use each feature in practice.

More exchange specific examples can be found in the tests directory.