Update test-network-k8s README with updated cc deploy commands

Signed-off-by: Josh Kneubuhl <jkneubuh@us.ibm.com>
This commit is contained in:
Josh Kneubuhl 2022-04-05 10:00:35 -04:00
parent 3ed7be8197
commit a02b945faf

View file

@ -35,7 +35,7 @@ Launch the network, create a channel, and deploy the [basic-asset-transfer](../a
./network up
./network channel create
./network chaincode deploy $PWD/../asset-transfer-basic/chaincode-java
./network chaincode deploy asset-transfer-basic basic_1.0 $PWD/../asset-transfer-basic/chaincode-java
```
Invoke and query chaincode: