From 7d7056e043b096ebdc2b3009990789b3189d99f0 Mon Sep 17 00:00:00 2001 From: Linus Kendall Date: Wed, 22 Feb 2023 17:44:56 +0530 Subject: [PATCH] Update README.md (#66) --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b2d1777..66b4d80 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,10 @@ -# Public GRPC interface to Geyser +# Solana GRPC interface + +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. + +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