Added CometBFT to Blockchain section (#4934)

* Added CometBFT to Blockchain section
This commit is contained in:
Andy Nogueira 2023-07-17 15:56:43 -04:00 committed by GitHub
parent 2ffc070c05
commit 01d258bebc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -257,6 +257,7 @@ _Libraries for implementing authentication schemes._
_Tools for building blockchains._ _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. - [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. - [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. - [gossamer](https://github.com/ChainSafe/gossamer) - A Go implementation of the Polkadot Host.