-3

Will anyone explains about consensus in hyperledger fabric and how it will work in fabric with a simple example. I have gone through so many websites but I didn't get any idea. please let me know anyone. thanks in advance.

david_k
  • 5,843
  • 2
  • 9
  • 16
rupesh sripuram
  • 279
  • 1
  • 3
  • 12
  • Hii @rupesh, i found this good medium artical may this medium article help to understand hyperledger fabric https://medium.com/coinmonks/how-does-hyperledger-fabric-works-cdb68e6066f5 – Mahesh Rajput Dec 08 '18 at 13:11
  • I have gone through that link but they didn't explain how the consensus will work clearly – rupesh sripuram Dec 08 '18 at 13:18
  • 1
    https://hyperledger-fabric.readthedocs.io/en/release-1.3/txflow.html describes exactly how Fabric achieves consensus – Gari Singh Dec 08 '18 at 14:00

1 Answers1

1

Read this high-level description, and the transaction flow diagram it links to.

The official documentation is always a good place to start...

Paul Russell
  • 545
  • 3
  • 10