IBM Blockchain (Hyperledger) - “Error when deploying chaincode”
问题 I'm following the instructions to deploy some chaincode to the IBM Hyperledger Blockchain, using the swagger API on the IBM Bluemix dashboard. In order to deploy some chaincode, I need to submit a JSON request, which contains the path to the chaincode repository: { "jsonrpc": "2.0", "method": "deploy", "params": { "type": 1, "chaincodeID": { "path": "https://github.com/series0ne/learn-chaincode/tree/master/finished" }, "ctorMsg": { "function": "init", "args": [ "Hello, world" ] },