Hyperledger Composer is a set of collaboration tools for business owners and developers that make it easy to write chaincode for Hyperledger Fabric and decentralized applications (DApps). With Composer, you can quickly build POC and deploy chaincode to the blockchain in a short amount of time. Hyperledger Composer consists of the following toolsets:
- A modeling language called CTO: A domain modeling language that defines a business model, concept, and function for a business network definition
- Playground: Rapid configuration, deployment, and testing of a business network
- command-line interface (CLI) tools: The client command-line tool is used to integrate business network with Hyperledger Fabric
In this chapter, we will explore the Composer business network and development components, including implementing models, transaction...