Update README.md (#93)

This commit is contained in:
Linus Kendall 2023-03-20 16:40:48 +01:00 committed by GitHub
parent 5f61fe3208
commit ef20cc551d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
# Solana GRPC interface
# Yellowstone gRPC - a Geyser based gRPC interface for Solana
This repo contains a fully functional gRPC interface for Solana. It provides the ability to get slots, blocks, transactions, and account update notifications over a standardised path.
This repo contains a fully functional gRPC interface for Solana. It is built around Solana's Geyser interface. In this repo we have the plugin as well as sample clients for multiple languages.
It provides the ability to get slots, blocks, transactions, and account update notifications over a standardised path.
For additional documentation, please see: https://docs.triton.one/rpc-pool/grpc-subscriptions
It is built around a Geyser plugin for the Solana interface.
### Validator
```bash