From b7e22580d273a6094102b58e169bad70787179dc Mon Sep 17 00:00:00 2001 From: Susmita Dey Date: Thu, 26 Oct 2023 13:57:19 +0530 Subject: [PATCH] Add kubo framework (#5078) Add kubo framework --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9443ed98..e7e91300 100644 --- a/README.md +++ b/README.md @@ -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.