I have followed this for setting up the test-network and deploying the chaincodes
hlf test-network setup till querying the chaincode step
I can query them using peer command from terminal but I want to query them through my api, for that I'm following this: first hlf application
But I'm facing this issue while running enrolladmin.js
These are my containers:
- Do I need to Bring up the network with Certificate Authorities, is it necessary ?
- Is this a port problem? If yes, from where should I change and what?
- I just want to write an api to query, update the chaincode ledger, is there any better way?
Please guide me, I'm a newbie in this. Thanks in advance.