We just reviewed the Hyperledger Composer solution architecture. In this section, we will set up the Hyperledger development environment.
Setting up a Hyperledger Composer environment
Installation prerequisites
Before we install the composer tools, make sure you have the required prerequisites by following the Setup of Hyperledger Fabric environment—installing prerequisites section.
Installing the development environment
The following are the installation commands for developing the environment:
- Installing the CLI tools:
npm install -g composer-cli...