Difference between revisions of "IT-SDK-Hyperledger-Fabric-Class"
Jump to navigation
Jump to search
Samerhijazi (talk | contribs) |
Samerhijazi (talk | contribs) |
||
| Line 3: | Line 3: | ||
*https://www.spydra.app/blog/architecture-of-hyperledger-fabric-an-in-depth-guide | *https://www.spydra.app/blog/architecture-of-hyperledger-fabric-an-in-depth-guide | ||
=Key Components= | =Key Components= | ||
| − | * Client Nodes | + | * Client Nodes (Submitting Client) |
* Peer Nodes (Endorsing Peers) or (Committing Peers) | * Peer Nodes (Endorsing Peers) or (Committing Peers) | ||
* Orderer Nodes (Ordering Service) | * Orderer Nodes (Ordering Service) | ||
| Line 14: | Line 14: | ||
* The endorsing peer simulates a transaction and produces an endorsement signature. | * The endorsing peer simulates a transaction and produces an endorsement signature. | ||
* The submitting client collects an endorsement for a transaction and broadcasts it through ordering service. | * The submitting client collects an endorsement for a transaction and broadcasts it through ordering service. | ||
| − | * The ordering service delivers a transactions to the committing peers. | + | * The ordering service delivers a transactions (blocks) to the committing peers. |
| + | * The committing peers appended transaction to the Ledger. | ||
Revision as of 20:29, 16 February 2024
Ref.
- https://medium.com/xord/hyperledger-fabric-architecture-a-deep-dive-cea478f39765
- https://www.spydra.app/blog/architecture-of-hyperledger-fabric-an-in-depth-guide
Key Components
- Client Nodes (Submitting Client)
- Peer Nodes (Endorsing Peers) or (Committing Peers)
- Orderer Nodes (Ordering Service)
- MSP (Membership Services Provider)
- Channels
- Chaincode
- Ledger
Basic workflow
- The submitting client creates a transaction and sends it to endorsing peers of its choice.
- The endorsing peer simulates a transaction and produces an endorsement signature.
- The submitting client collects an endorsement for a transaction and broadcasts it through ordering service.
- The ordering service delivers a transactions (blocks) to the committing peers.
- The committing peers appended transaction to the Ledger.