上QQ阅读APP看书,第一时间看更新
How it works...
We reviewed how transaction flow works in Fabric. Fabric uses the execute-order-validate model with the following seven steps:
- Client application submits a transaction proposal
- Endorsers execute the proposed transactions
- Client applications receive transaction proposal response
- Transactions are submitted for ordering
- Transactions are delivered to committing peer
- Validated transaction are applied to world state
- Client applications get notified with the status of the transaction
In the next recipe, we will walk through how to install Hyperledger Fabric on Amazon Web Services (AWS).