mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-22 17:45:10 +00:00
Update README.md
added default peers in instantiation command.
This commit is contained in:
parent
c47f4ba85c
commit
95ead19ae2
1 changed files with 1 additions and 0 deletions
|
|
@ -207,6 +207,7 @@ curl -s -X POST \
|
||||||
-H "authorization: Bearer <put JSON Web Token here>" \
|
-H "authorization: Bearer <put JSON Web Token here>" \
|
||||||
-H "content-type: application/json" \
|
-H "content-type: application/json" \
|
||||||
-d '{
|
-d '{
|
||||||
|
"peers": ["peer0.org1.example.com","peer1.org1.example.com"],
|
||||||
"chaincodeName":"mycc",
|
"chaincodeName":"mycc",
|
||||||
"chaincodeVersion":"v0",
|
"chaincodeVersion":"v0",
|
||||||
"chaincodeType": "golang",
|
"chaincodeType": "golang",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue