The workings of Hyperledger and transaction processing can be explained as follows:
- Transaction proposal: In Hyperledger Fabric, the process starts with the client application sending transaction proposals:
Each client application proposes transactions to endorse peers for the simulation and endorsement process.
- Endorsers send RW sets to the client: Each endorsing peer simulates the proposed transaction and stores sets of read and written data named RW sets. These sets are signed by endorsing peers and are returned to the client application:
Transaction endorsement: This is a signed response, ...