As Composer Playground has already been installed, we can start the corresponding container using:
sudo docker run --name composer-playground --publish 8080:8080 --detach hyperledger/composer-playground
Once the container has started, open a browser and navigate to localhost:8080, where you should see the following welcome page:
You can shut down playground at any time, using:
sudo docker rm --force composer-playground
If everything is ready, let’s start to play!
First, let's create a new business network by clicking on Deploy a new business network. Afterwards you'll need to provide some details about your new business ...