Blockchain development using Hyperledger Composer
Hyperledger Composer is a project hosted by the Linux Foundation under the Hyperledger brand. The project aims to create a framework and toolset to accelerate the development of blockchain applications using Hyperledger Fabric, and simplify integration with other applications. It is important to bear in mind that any framework intends to simplify an aspect of a solution by abstracting some of its complexity, but that it also restricts control over the abstraction applied.
The Hyperledger Composer toolkit
Hyperledger Composer is not a universal solution to all the complexities presented by Hyperledger Fabric. It takes away some of the flexibility over tasks that could be customized without it. What it does do, however, is supply a toolkit to create chaincode projects, build blockchain application packages (.bna
files), and deploy them to Hyperledger Fabric.
The development of a business network using Hyperledger Composer is focused on creating...