mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-25 19:15:10 +00:00
Update test-network-k8s README with updated cc deploy commands
Signed-off-by: Josh Kneubuhl <jkneubuh@us.ibm.com>
This commit is contained in:
parent
3ed7be8197
commit
a02b945faf
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ Launch the network, create a channel, and deploy the [basic-asset-transfer](../a
|
||||||
./network up
|
./network up
|
||||||
./network channel create
|
./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:
|
Invoke and query chaincode:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue