mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
fix two README / doc bugs
Signed-off-by: Josh Kneubuhl <jkneubuh@us.ibm.com>
This commit is contained in:
parent
0322313a9a
commit
fd205a1ac0
2 changed files with 3 additions and 2 deletions
|
|
@ -51,7 +51,7 @@ Launch the network, create a channel, and deploy the [basic-asset-transfer](../a
|
|||
Invoke and query chaincode:
|
||||
```shell
|
||||
./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):
|
||||
|
|
|
|||
|
|
@ -20,7 +20,8 @@ export PATH=${PWD}/test-network-k8s:$PATH
|
|||
|
||||
cd asset-transfer-basic/chaincode-java
|
||||
|
||||
network kind
|
||||
network kind
|
||||
network cluster init
|
||||
```
|
||||
```
|
||||
network up
|
||||
|
|
|
|||
Loading…
Reference in a new issue