Add kubo framework (#5078)

Add kubo framework
This commit is contained in:
Susmita Dey 2023-10-26 13:57:19 +05:30 committed by GitHub
parent ca76c8a4ed
commit b7e22580d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -196,7 +196,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
- [Reddit](#reddit)
- [Websites](#websites)
- [Tutorials](#tutorials)
- [Guided Learning Paths](#guided-learning)
- [Guided Learning](#guided-learning)
**[⬆ back to top](#contents)**
@ -261,6 +261,7 @@ _Tools for building blockchains._
- [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.
- [kubo](https://github.com/ipfs/kubo) - A blockchain framework implemented in Go. It provides content-addressable storage which can be used for decentralized storage in DApps. It is based on the IPFS protocol.
- [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.