知乎專欄 | 多維度架構 | | | 微信號 netkiller-ebook | | | QQ群:128659835 請註明“讀者” |
curl -i -H "Accept: application/json" -H "Content-Type: application/json" -X POST -d ' { "enrollId": "jim", "enrollSecret": "6avZQLwcUe9b" }' http://localhost:7050/registrar
curl -i -H "Accept: application/json" -H "Content-Type: application/json" -X POST -d ' { "jsonrpc": "2.0", "method": "deploy", "params": { "type": 1, "chaincodeID":{ "name": "mycc" }, "ctorMsg": { "function":"init", "args":[] }, "secureContext": "jim" }, "id": 1 }' http://localhost:7050/chaincode