mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-20 08:35:09 +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 "content-type: application/json" \
|
||||
-d '{
|
||||
"peers": ["peer0.org1.example.com","peer1.org1.example.com"],
|
||||
"chaincodeName":"mycc",
|
||||
"chaincodeVersion":"v0",
|
||||
"chaincodeType": "golang",
|
||||
|
|
|
|||
Loading…
Reference in a new issue