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, ∼1863🔥, 0💬
Popular Posts:
How to convert a JSON text string to an XML document with PHP language? Currently, there is no built...
How to use the "Ctrl-p Ctrl-q" sequence to detach console from the TTY terminal of container's runni...
dev.FYIcenter.com is a Website for software developer looking for software development technologies,...
Can Multiple Paragraphs Be Included in a List Item? Yes. You can include multiple paragraphs in a si...
How To Truncate an Array in PHP? If you want to remove a chunk of values from an array, you can use ...