An open API service indexing awesome lists of open source software.

https://github.com/bravonatalie/cometbft-kvstore

A hands-on exploration of CometBFT, a Byzantine Fault Tolerant consensus engine for state-machine replication.
https://github.com/bravonatalie/cometbft-kvstore

bft consensus-protocol distributed-systems

Last synced: 5 months ago
JSON representation

A hands-on exploration of CometBFT, a Byzantine Fault Tolerant consensus engine for state-machine replication.

Awesome Lists containing this project

README

          

# CometBFT kvStorage

A hands-on exploration of CometBFT, a Byzantine Fault Tolerant consensus engine for state-machine replication.
This project follows the CometBFT tutorial, running the CometBFT service directly within the same process as the application.

![running application](image.png)