From f86d9c94fbefe7671724c0a0d6e553410dae5b76 Mon Sep 17 00:00:00 2001 From: Artie Kushner <34076599+rtviii@users.noreply.github.com> Date: Mon, 27 Dec 2021 21:31:36 -0800 Subject: [PATCH] feat: add solana-go (#3927) * Update README.md Added the Solana RPC implementation in Go to the Blockchains section. This one's going to be important ;) * moved solana-go to alphabetical order * re add . Co-authored-by: Phani Rithvij --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a08ff231..f668dde1 100644 --- a/README.md +++ b/README.md @@ -194,6 +194,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [cosmos-sdk](https://github.com/cosmos/cosmos-sdk) - A Framework for Building Public Blockchains in the Cosmos Ecosystem. * [go-ethereum](https://github.com/ethereum/go-ethereum) - Official Go implementation of the Ethereum protocol. * [gossamer](https://github.com/ChainSafe/gossamer) - A Go implementation of the Polkadot Host. +* [solana-go](https://github.com/gagliardetto/solana-go) - Go library to interface with Solana JSON RPC and WebSocket interfaces. * [tendermint](https://github.com/tendermint/tendermint) - High-performance middleware for transforming a state machine written in any programming language into a Byzantine Fault Tolerant replicated state machine using the Tendermint consensus and blockchain protocols. **[⬆ back to top](#contents)**