I am following a hyperledger composer
tutorial.
I am not able to execute step 15. while executing command :
composer identity request -c PeerAdmin@byfn-network-org1-only -u admin -s adminpw -d alice
I am getting the following error:
Error: failed to request identity. Error trying to enroll user and return certificates. Error: Calling enrollment endpoint failed with error [Error: connect ECONNREFUSED 127.0.0.1:7054]
When I checked the running containers, CA
is not running.. If this is the case then i don't understand why there isn't a command to start CA in the byfn
script.
Can anyone suggest a workaround to make the above command execute please?