Tools, FAQ, Tutorials:
Hyperledger Composer Runtime
What Is the Hyperledger Composer Runtime?
✍: FYIcenter.com
The primary component of the Hyperledger Composer is the Composer Runtime as shown in the following architecture diagram:
|-----------------------------| | Business | Business | ... | | Network 1 | Network 2 | ... | |----------- API -------------| |-------------------| | Composer Runtime | | Other Ledger Apps | |------------------------- API ---------------------| | Hyperledger Fabric | |---------------------------------------------------|
The Hyperledger Composer runs on top of the Hyperledger Fabric framework to provide an extra layer of abstractions for high-level ledger applications called business network.
The main benefit of using Composer Runtime build ledger applications is that it offers a much simpler and more business-centric API.
Â
⇒ Hyperledger Composer Playground
⇠Hyperledger Composer Components
2021-12-28, 1178🔥, 0💬
Popular Posts:
How to Instantiate Chaincode on BYFN Channel? You can follow this tutorial to Instantiate Chaincode ...
How to create the Hello-3.0.epub package? I have all required files to create Hello-3.0.epub. To cre...
How To Control Vertical Alignment? By default, text in all table cells are aligned to the top vertic...
What's Wrong with "while ($c=fgetc($f)) {}" in PHP? If you are using "while ($c=fgetc($f)) {}" to lo...
What is the standard to map XML repeating elements to JSON values? There seems to be no industry sta...