This set of templates and scripts is based on the Microsoft Microsoft Hyperledger Fabric on Azure solution template. It performs a deployment of Hyperledger Fabric 1.1.0 nodes and Hyperledger Composer 0.19.0.
After deployment you will have:
- 4 Ubuntu virtual machines, each running a docker container with a specific Hyperledger node: ca0, ordered0, peer0 and peer1.
- peer0 and peer1 will be part of the same channel, called composerchannel.
- Composer is installed on ca0 and there is a shell script
run_tutorial.sh
ready to be called in the root folder to reproduce the steps of the Deploying a Hyperledger Composer blockchain business network to Hyperledger Fabric for a single organization tutorial. - A business network called
tutorial-network
is deployed. It is the same as the one provided in Developer tutorial for creating a Hyperledger Composer solution.
- Download
template.json
,parameters.json
and one of the Azure deployment scripts such asdeploy.sh
and save them in the same directory. - Edit the
parameters.json
file and change the value ofadminSSHKey
to the public key of the SSH key you use in your Azure Cloud Shell. Apply other customisation. - From a shell, got to the directory where you saved the file (sep 1) and execute the deployment script.
The deployment takes approximately 30 minutes.