A learning project — a custom Solana Geyser plugin that streams account updates over gRPC.
Built to understand the Geyser plugin interface, in-process notification handling, and gRPC streaming from the validator.
cargo build --release
solana-test-validator --geyser-plugin-config config.jsongrpcurl -plaintext -import-path proto -proto account_update.proto \
0.0.0.0:50051 account_update.AccountUpdateService/SubscribeAccountUpdates