There are several steps that are involved in a transaction flow in Hyperledger Fabric. These steps are shown in the following diagram below
A quick summary of the process can be visualized in the following diagram:
The steps are described below in detail:
- Transaction proposal by clients. This is the first step where a transaction is proposed by the clients and sent to endorsing peers on the distributed ledger network. All clients need to be enrolled via membership services before they can propose transactions.
- The transaction is simulated by endorsers which generates ...