I am learning Hyperledger Fabric for Enterprise Blockchain. I have setup a network of an organization with orderer, ca, peer and cli running as docker containers(I will be setting up other organizations on other computers instead of dockerzing the whole process).
1.I want to know how I can use hyperledger composer in the scene. I would like to code and deploy chaincode on the channel I have setup, but I am clueless how to do so using composer.
2.The documentation of Composer has steps which involve setting up and run their blockchain docker files.
My efforts :
Went through composer documentation but to no avail. I have traversed createPeerAdminCard.sh and modified it to generate card using peer channel-artifacts of my blockchain network. But on importing it to composer via cli or composer-playground, I see None under the Business Network section of the card on browser interface of fabric-composer.
Please help as I am stuck on this problem for quite long. image of composer-playground output