Difference between revisions of "IT-SDK-Hyperledger-Fabric-Dev"
Jump to navigation
Jump to search
Samerhijazi (talk | contribs) |
Samerhijazi (talk | contribs) (→Components) |
||
| Line 7: | Line 7: | ||
* '''Blockchain-Network''': | * '''Blockchain-Network''': | ||
* '''Ordering-Service''': | * '''Ordering-Service''': | ||
| + | =Begriffe= | ||
| + | * Client Application: interact with blockchain network on behalf of useres. | ||
| + | * Wallet: contains a sset of user identities to connects to a channel | ||
| + | * Gateway: manges the network interactions on behalf of application. | ||
Revision as of 14:17, 6 December 2021
Components
- MSP (Memberahip Service Provider)
- Leger: Record of all state transitions, result of chaincode invocations "transactions".One Leger per Channel. Ledger consists of (world state/blockchain)
- Channel:
- Smart-Contract: defines business logic
- Chaincode: SmartContracts packaged in Chaincode then deployed to blockchain-network.
- Blockchain-Network:
- Ordering-Service:
Begriffe
- Client Application: interact with blockchain network on behalf of useres.
- Wallet: contains a sset of user identities to connects to a channel
- Gateway: manges the network interactions on behalf of application.