目前,我已经按照示例编写了链代码。如果我想将我的链代码部署到Bluemix,我可以采取哪些详细步骤?
答案 0 :(得分:1)
你可以按照这个例子 https://console.ng.bluemix.net/docs/services/blockchain/ibmblockchain_tutorials.html
{ "jsonrpc": "2.0", "method": "deploy", "params": { "type": 1, "chaincodeID": { "path": "https://github.com//learn-chaincode/finished" }, "ctorMsg": { "function": "init", "args": [ "hi there" ] }, "secureContext": "" }, "id": 1 }