https://github.com/hyperledger-labs/smartbft
Implementation of the SmartBFT consensus library (https://arxiv.org/abs/2107.06922)
https://github.com/hyperledger-labs/smartbft
blockchain byzantine-fault-tolerance consensus
Last synced: 6 months ago
JSON representation
Implementation of the SmartBFT consensus library (https://arxiv.org/abs/2107.06922)
- Host: GitHub
- URL: https://github.com/hyperledger-labs/smartbft
- Owner: hyperledger-labs
- License: apache-2.0
- Created: 2019-05-07T19:21:06.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-03-28T17:46:33.000Z (7 months ago)
- Last Synced: 2025-03-29T11:09:28.922Z (6 months ago)
- Topics: blockchain, byzantine-fault-tolerance, consensus
- Language: Go
- Homepage:
- Size: 6.15 MB
- Stars: 100
- Watchers: 10
- Forks: 27
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Byzantine Fault-Tolerant Replicated State Machine Library
This is a Byzantine fault-tolerant (BFT) state machine replication (SMR) library.
It is an open source library written in Go.
The implementation is inspired by the [BFT-SMaRt project](https://github.com/bft-smart/library).
For more information on this library see our [wiki page](https://github.com/hyperledger-labs/SmartBFT/wiki).## License
The source code files are made available under the Apache License, Version 2.0 (Apache-2.0), located in the [LICENSE](LICENSE) file.
## Contact
* Yacov Manevich - [yacovm@il.ibm.com](mailto:yacovm@il.ibm.com)
* Hagar Meir - [hagar.meir@ibm.com](mailto:hagar.meir@ibm.com)
* Artem Barger - [bartem@il.ibm.com](mailto:bartem@il.ibm.com)
* Yoav Tock - [tock@il.ibm.com](mailto:tock@il.ibm.com)