Registry / networking / yellowstone-grpc-client

yellowstone-grpc-client

JSON →
library13.1.1rscratesunverified

Yellowstone gRPC Geyser Simple Client.

# Cargo.toml [dependencies] yellowstone-grpc-client = "13.1.1"
INSTALL
IMPORT
SIG · YELLOWSTONE-GRPC-C
Y
yellowstone-grpc-client
networkingrustv13.1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

GeyserClient
use yellowstone_grpc_client::GeyserClient;

Connects to a Yellowstone gRPC Geyser endpoint.

use yellowstone_grpc_client::GeyserClient; #[tokio::main] async fn main() { let mut client = GeyserClient::connect("http://localhost:10000").await.unwrap(); println!("Connected"); }
Debug
Known issues
gotchaRequires an async runtime like Tokio.
fix
Add tokio as a dependency and use #[tokio::main] or another async runtime.
affects: >=0.0.0
Upgrade
Version history
13.1.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
35 hits · last 30 days
node
28
OpenAI (training)
1
Resources
yellowstone-grpc-client — cargo add yellowstone-grpc-client · libregistry