Tools, FAQ, Tutorials:
Hyperledger Composer Components
What components are included in Hyperledger Composer?
✍: FYIcenter.com
Here are major components included in Hyperledger Composer:
Composer Runtime - Runs on top of the Hyperledger Fabric framework to run ledger applications called business networks.
Composer Playground - Runs in a Web browser providing a Hyperledger Fabric simulator to let you develop and test run business networks with the Web browser.
Business Network Archive (BNA) - Runs as a standalone tool to package source code files of a business network into a single ZIP archive file to be deployed to a Hyperledger Fabric framework environment. .
Composer Command Line (CLI) - Runs on the hosting system console to let you perform multiple administrative, operational, and development tasks.
Client API - Or Client SDK, runs together with client applications that interacts with a business network.
Admin API - Or Admin SDK, runs together with client applications that interacts with a business network.
REST API Server - Runs as a standalone Web server that exposes participants, assets, transactions and queries of a running business network as a set of REST API, which can easily be consumed by client applications and other non-blockchain applications.
Â
⇒ Hyperledger Composer Runtime
⇠Introduction of Hyperledger Composer
2021-12-28, 626👍, 0💬
Popular Posts:
How to create Hello-3.1.epub with WinRAR? I have all required files to create Hello-3.1.epub. To cre...
FYIcenter JSON Validator and Formatter is an online tool that checks for syntax errors of JSON text ...
What Is HTML? HTML (HyperText Markup Language) is the standard markup language for creating Web page...
FYIcenter JSON Validator and Formatter is an online tool that checks for syntax errors of JSON text ...
How to dump (or encode, serialize) a Python object into a JSON string using json.dumps()? The json.d...