Reputation: 452
I would like to work on integrating new consensus algorithms to Hyper Ledger Fabric. Could you please let me know the good starting point for the same. I found this link [https://openblockchain.readthedocs.io/en/latest/protocol-spec/#3.4-Pluggable-Consensus-Framework][1] but looking for a tutorial kind of material which describes implementation details with examples.
Upvotes: 1
Views: 500
Reputation: 5140
That page is for Fabric 0.6, it's prehistoric.
The official Fabric documentation is in https://hyperledger-fabric.readthedocs.io/.
In my team we implemented a Byzantine Fault Tolerant consensus for Hyperledger Fabric 1.4 that can be found here.
You can read the paper here.
Upvotes: 1