https://github.com/hexablock/zbft
https://github.com/hexablock/zbft
bft blockchain consensus distributed
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hexablock/zbft
- Owner: hexablock
- License: mpl-2.0
- Created: 2018-04-06T04:35:42.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-28T00:54:57.000Z (about 8 years ago)
- Last Synced: 2024-06-20T16:45:55.983Z (almost 2 years ago)
- Topics: bft, blockchain, consensus, distributed
- Language: Go
- Size: 34.2 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zbft
Byzantine fault tolerant consensus algorithm for [blockchain](https://github.com/hexablock/blockchain)
- Prepared Tx's are collected by each node
- Node proposes a new block
- Each participant signs the block
- Each participant persists after receiving enough signatures
- Each participant commits after receiving enough persists
- Each participant executes each Tx in the block