Skip to content

Mctursh/geyser-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

geyser-dryrun

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.

Build & Run

cargo build --release
solana-test-validator --geyser-plugin-config config.json

Test

grpcurl -plaintext -import-path proto -proto account_update.proto \
    0.0.0.0:50051 account_update.AccountUpdateService/SubscribeAccountUpdates

About

Solana Geyser plugin that streams real-time account updates over gRPC.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages