fix two README / doc bugs

Signed-off-by: Josh Kneubuhl <jkneubuh@us.ibm.com>
This commit is contained in:
Josh Kneubuhl 2022-05-09 12:57:29 -04:00 committed by Dave Enyeart
parent 0322313a9a
commit fd205a1ac0
2 changed files with 3 additions and 2 deletions

View file

@ -51,7 +51,7 @@ Launch the network, create a channel, and deploy the [basic-asset-transfer](../a
Invoke and query chaincode: Invoke and query chaincode:
```shell ```shell
./network chaincode invoke asset-transfer-basic '{"Args":["InitLedger"]}' ./network chaincode invoke asset-transfer-basic '{"Args":["InitLedger"]}'
./network chaincode query asset-transfer-basic '{"Args":["ReadAsset","1"]}' ./network chaincode query asset-transfer-basic '{"Args":["ReadAsset","asset1"]}'
``` ```
Access the blockchain with a [REST API](https://github.com/hyperledger/fabric-samples/tree/main/asset-transfer-basic/rest-api-typescript): Access the blockchain with a [REST API](https://github.com/hyperledger/fabric-samples/tree/main/asset-transfer-basic/rest-api-typescript):

View file

@ -20,7 +20,8 @@ export PATH=${PWD}/test-network-k8s:$PATH
cd asset-transfer-basic/chaincode-java cd asset-transfer-basic/chaincode-java
network kind network kind
network cluster init
``` ```
``` ```
network up network up