We need to carry out the following steps in the following order, to bring the network online:
- Generate certificates for all channel participants, using the cryptogen utility.
- Generate the network artifacts (including the genesis block), using the configtxgen utility.
- Run the docker-compose statement with all the relevant yaml files as input, to launch the containers housing the network components.
- Run the scripts to build the channel, using the fabric tools available in the cli container, and carry out end-to-end tests, to ensure the network and peers are up and running.
The repository contains a script that can be used to execute these actions back-to-back. Run the startBankchain.sh script in the repository, to ...