Hyper Ledger Fabric Pluggable Consensus

491 views Asked by At

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.

1

There are 1 answers

3
yacovm On

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.