| 知乎专栏 | 多维度架构 |
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