bloxroute-sdk 1.0.1

Bloxroute SDK that allows developers to interact with the bloXroute Cloud API and Gateway.
Documentation

Bloxroute Rust SDK

Prerequisites

Before using the bloXroute Rust SDK, make sure you have the following prerequisites:

  • bloXroute credentials: you need to sign up for an account and the "Authorization" header from the Account Portal.
  • Rust programming language: you should have Rust installed on your system. The bloXroute Rust SDK is compatible with Rust versions 1.80 and above.

Supported services

  • Streams
    • newTxs
    • pendingTxs
    • newBlocks
    • bdnBlocks
    • transactionStatus
    • txReceipts

Implementation:

Note