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.
- Host: GitHub
- URL: https://github.com/lambdaclass/tendermint_consensus
- Owner: lambdaclass
- License: mit
- Created: 2023-08-10T18:48:47.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-10T19:08:42.000Z (almost 3 years ago)
- Last Synced: 2025-01-24T05:42:51.840Z (over 1 year ago)
- Homepage:
- Size: 2.93 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).