Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save goindwalia/bc66f830d4faaa224fdff340c2126bfb to your computer and use it in GitHub Desktop.
Save goindwalia/bc66f830d4faaa224fdff340c2126bfb to your computer and use it in GitHub Desktop.
POST /chaincode
{
"jsonrpc": "2.0",
"method": "deploy",
"params": {
"type": 1,
"chaincodeID":{
"name": "mycc"
},
"ctorMsg": {
"args":["init", "a", "100", "b", "200"]
}
},
"id": 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment