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

https://github.com/lambdaclass/tendermint_consensus

Tendermint Consensus is a minimalistic implementation of the BFT consensus algorithm to securely replicate state machines on multiple machines.
https://github.com/lambdaclass/tendermint_consensus

Last synced: 3 months ago
JSON representation

Tendermint Consensus is a minimalistic implementation of the BFT consensus algorithm to securely replicate state machines on multiple machines.

Awesome Lists containing this project

README

          

# Tendermint Consensus
Tendermint Consensus is a minimalistic implementation of the BFT consensus algorithm to securely replicate state machines on multiple machines.

First we will implement the original tendermint consensus algorithm in Rust. Then we will implement the modification done by [Starknet](https://community.starknet.io/t/tendermint-for-starknet/98248).