Crates.io | geyser-grpc-connector |
lib.rs | geyser-grpc-connector |
version | 0.7.2+yellowstone.1.11 |
source | src |
created_at | 2023-12-20 09:20:31.188684 |
updated_at | 2024-01-07 19:02:23.13897 |
description | Multiplexing and Reconnection on Yellowstone gRPC Geyser client streaming |
homepage | |
repository | https://github.com/blockworks-foundation/geyser-grpc-connector |
max_upload_size | |
id | 1075134 |
size | 154,483 |
This project provides multiplexing of multiple Yellowstone gRPC subscriptions based on Fastest Wins Strategy.
Disclaimer: The library is designed with the needs of LiteRPC in mind yet might be useful for other projects as well.
The implementation is based on Rust Futures.
Please open an issue if you have any questions or suggestions -> New Issue.
cargo add geyser-grpc-connector
An example how to use the library is provided in stream_blocks_mainnet.rs
.