Update README.md

added default peers in instantiation command.
This commit is contained in:
suman123das123 2019-01-08 17:44:53 +05:30 committed by GitHub
parent c47f4ba85c
commit 95ead19ae2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",