How do I get the REST API's enabled for interacting in a Hyperledger fabric peer node? -
i trying out hyperledger fabric chaincode developers tutorial. cli chaincode commands deploy , invoke chaincode working.
how can enable rest api in fabric documentation here or here. link provided in documentation https://github.com/hyperledger/fabric/blob/master/peer/core.yaml not found currently.
starting version 1.0.0 hyperledger fabric no longer expose rest api interact peers. instead have set of sdk encapsulates interaction protocol allowing implement client logic which. @ moment can take on following sdks:
and documentation referring v0.6 no longer relevant, please use updated one here. section of chaincode developers might useful case.
Comments
Post a Comment