github.com/leonlxy/hyperledger@v1.0.0-alpha.0.20170427033203-34922035d248/docs/source/FAQ/consensus_FAQ.rst (about)

     1  Consensus Algorithm
     2  -------------------
     3  
     4  Which Consensus Algorithm is used in Fabric?
     5  
     6  The fabric is built on a pluggable architecture such that developers can configure
     7  their deployment with the consensus module that best suits their needs.
     8  The initial release package will offer three consensus implementations
     9  for users to select from: 1) No-op (consensus ignored); and 2) Batch
    10  PBFT.