From 654335ebd4f8ca0dca51c4e355d30438b88ab8a9 Mon Sep 17 00:00:00 2001 From: Rajat Sharma Date: Wed, 22 Jun 2022 20:20:27 +0530 Subject: [PATCH] readme updated to resolve minor issues. Signed-off-by: Rajat Sharma --- token-erc-1155/README.md | 2 +- token-erc-721/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/token-erc-1155/README.md b/token-erc-1155/README.md index e4f30346..c2a6fe74 100644 --- a/token-erc-1155/README.md +++ b/token-erc-1155/README.md @@ -141,7 +141,7 @@ Shift back to the Org1 terminal, we'll set the following environment variables t ```bash export CORE_PEER_TLS_ENABLED=true export CORE_PEER_LOCALMSPID="Org1MSP" -export CORE_PEER_MSPCONFIGPATH=${PWD}/organizations/peerOrganizations/org1.example.com/users/minter@org1.example.com/msp +export CORE_PEER_MSPCONFIGPATH=${PWD}/organizations/peerOrganizations/org1.example.com/users/person1@org1.example.com/msp export CORE_PEER_TLS_ROOTCERT_FILE=${PWD}/organizations/peerOrganizations/org1.example.com/peers/peer0.org1.example.com/tls/ca.crt export CORE_PEER_ADDRESS=localhost:7051 ``` diff --git a/token-erc-721/README.md b/token-erc-721/README.md index 7bb6de59..6010490a 100644 --- a/token-erc-721/README.md +++ b/token-erc-721/README.md @@ -304,7 +304,7 @@ And then request the approval for the operator to transfer the token. ``` # Issue a new token -peer chaincode invoke $TARGET_TLS_OPTIONS -C mychannel -n token_erc721 -c '{"function":"MintWithTokenURI","Args":["102", "https://example.com/nft102.json"]}' +peer chaincode invoke $TARGET_TLS_OPTIONS -C mychannel -n token_erc721 -c '{"function":"MintWithTokenURI","Args":["102", "https://example.com/nft102.json"]}' --waitForEvent # The owner approves export OPERATOR="x509::/C=US/ST=North Carolina/O=Hyperledger/OU=client/CN=operator::/C=US/ST=North Carolina/L=Durham/O=org1.example.com/CN=ca.org1.example.com"