Rust
Overview
Prerequisites
[dependencies]
tonic = "0.10"
tokio = { version = "1.0", features = ["full"] }
solana-sdk = "1.17"
solana-client = "1.17"
base64 = "0.21"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
rand = "0.8"
chrono = { version = "0.4", features = ["serde"] }
once_cell = "1.19"
# Add your generated proto dependencies here
# nextblock-proto = { path = "./generated" }Examples
Core Examples
Quick Start
Key Features
Authentication
Error Handling
Connection Management
Dynamic Tipping
Transaction Building
Best Practices
Last updated