Rust implementation of solana transaction processing from a gRPC endpoint to a Validator over RPC
This repository is for validators who want:
To use this library, first:
- implement the
Processor
trait. - then, call the
run
function, which starts a gRPC server.