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:

  1. nodejs sdk
  2. golang sdk
  3. java sdk
  4. python sdk

and documentation referring v0.6 no longer relevant, please use updated one here. section of chaincode developers might useful case.


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -