Home

Awesome

Crusty n3xB

Crusty n3xB is a library written in Rust, implementing the n3xB Bitcoin exchange protocol. Since n3xB is a protocol specification standardizing order formats, order publishing, and order taking, it still requires a trade engine along with a UI to be implemented on top for a full trading experience. To better understand this, please refer to the architectural description of the n3xB protocol for details.

Demo Example Implementation

An example exchange application and an example trade engine have been written for demonstration purposes. See the macOS/iOS application OceanSea and the FatCrab Trade Engine for details.

Usage

For now, no Rust crate have yet been created for the Crusty-n3xB library. To use the library, one have to reference the Github location of this project in their Cargo.toml. An example of how this can be done can be seen in the Cargo.toml of the Fatcrab Trading project

Discrepancies & Other Questions

There will inevitably be discrepancies between the n3xB protocol specification and what is actually implemented in this Crusty n3xB library. If you find one, or have any other questions or feedback, feel free to raise an issue here in Github, or visit the n3xB Discord.