A development environment consists of all Composer tools and networks that are required in order to start building Hyperledger Composer. This is not a hard task. The Hyperledger Composer can run on various operation systems including Unix (Ubuntu), macOS, or Windows. In this section, we will cover Ubuntu.
Setting up the Hyperledger Composer prerequisites environment
Getting ready
Before we set up a development environment, make sure you have installed the following prerequisites:
- Operating systems: Ubuntu Linux (64-bit) 14.04/16.04 LTS, or macOS 10.12
- Node: version >=8.9 and <9
- npm: >=v5.x
- Git: >=2.9.x
- Python: 2.7.x
- Docker Engine: Version 17.03 or higher
- Docker Compose: Version 1.8 or higher
To run Hyperledger...