From 565a9cb0697114070148cac9d48be83f533da24d Mon Sep 17 00:00:00 2001 From: Manfred Touron <94029+moul@users.noreply.github.com> Date: Tue, 10 Sep 2024 14:18:13 +0200 Subject: [PATCH] feat: add Blockchain/gno (#4914) Co-authored-by: Yassine Benaid --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 00f2f309..74441cb3 100644 --- a/README.md +++ b/README.md @@ -292,6 +292,7 @@ _Tools for building blockchains._ - [cometbft](https://github.com/cometbft/cometbft) - A distributed, Byzantine fault-tolerant, deterministic state machine replication engine. It is a fork of Tendermint Core and implements the Tendermint consensus algorithm. - [cosmos-sdk](https://github.com/cosmos/cosmos-sdk) - A Framework for Building Public Blockchains in the Cosmos Ecosystem. +- [gno](https://github.com/gnolang/gno) - A comprehensive smart contract suite built with Golang and Gnolang, a deterministic, purpose-built Go variant for blockchains. - [go-ethereum](https://github.com/ethereum/go-ethereum) - Official Go implementation of the Ethereum protocol. - [gosemble](https://github.com/LimeChain/gosemble) - A Go-based framework for building Polkadot/Substrate-compatible runtimes. - [gossamer](https://github.com/ChainSafe/gossamer) - A Go implementation of the Polkadot Host.