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 <phanirithvij2000@gmail.com>
This commit is contained in:
Artie Kushner 2021-12-27 21:31:36 -08:00 committed by GitHub
parent fa18574ed8
commit f86d9c94fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)**