Crates.io | bloxroute-sdk |
lib.rs | bloxroute-sdk |
version | 1.0.3 |
source | src |
created_at | 2024-08-11 11:39:30.372093 |
updated_at | 2024-08-13 23:11:05.090992 |
description | Bloxroute SDK that allows developers to interact with the bloXroute Cloud API and Gateway. |
homepage | |
repository | https://github.com/hjawhar/bloxroute-sdk-rs |
max_upload_size | |
id | 1333235 |
size | 215,009 |
Before using the bloXroute Rust SDK, make sure you have the following prerequisites:
Example using Tokio can be found: here
You can run EVM examples using the following command:
endpoint=wss://germany.eth.blxrbdn.com/ws auth_header=YOUR_AUTH_HEADER cargo run --example evm
You can run Solana examples using the following command:
endpoint=wss://uk.solana.dex.blxrbdn.com/ws auth_header=YOUR_AUTH_HEADER cargo run --example solana
endpoint=https://uk.solana.dex.blxrbdn.com auth_header=YOUR_AUTH_HEADER cargo run --example solana
The SDK is still experimental and in progress - some breaking changes might occur while still in development!