From ef20cc551d5a2a9be37bb5795ab5da946449c4c6 Mon Sep 17 00:00:00 2001 From: Linus Kendall Date: Mon, 20 Mar 2023 16:40:48 +0100 Subject: [PATCH] Update README.md (#93) --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fa3e8e8..b5a540e 100644 --- a/README.md +++ b/README.md @@ -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