mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-26 11:35:10 +00:00
Add further README changes from #335
Signed-off-by: Paul O'M <mahoney@uk.ibm.com>
This commit is contained in:
parent
5c23f4988c
commit
264e92eaa7
1 changed files with 0 additions and 2 deletions
|
|
@ -209,7 +209,6 @@ Running in MagnetoCorp directory:
|
||||||
# MAGNETOCORP
|
# MAGNETOCORP
|
||||||
|
|
||||||
peer lifecycle chaincode package cp.tar.gz --lang node --path ./contract --label cp_0
|
peer lifecycle chaincode package cp.tar.gz --lang node --path ./contract --label cp_0
|
||||||
|
|
||||||
peer lifecycle chaincode install cp.tar.gz
|
peer lifecycle chaincode install cp.tar.gz
|
||||||
|
|
||||||
export PACKAGE_ID=$(peer lifecycle chaincode queryinstalled --output json | jq -r '.installed_chaincodes[0].package_id')
|
export PACKAGE_ID=$(peer lifecycle chaincode queryinstalled --output json | jq -r '.installed_chaincodes[0].package_id')
|
||||||
|
|
@ -237,7 +236,6 @@ Running in Digibank directory:
|
||||||
# DIGIBANK
|
# DIGIBANK
|
||||||
|
|
||||||
peer lifecycle chaincode package cp.tar.gz --lang node --path ./contract --label cp_0
|
peer lifecycle chaincode package cp.tar.gz --lang node --path ./contract --label cp_0
|
||||||
|
|
||||||
peer lifecycle chaincode install cp.tar.gz
|
peer lifecycle chaincode install cp.tar.gz
|
||||||
|
|
||||||
export PACKAGE_ID=$(peer lifecycle chaincode queryinstalled --output json | jq -r '.installed_chaincodes[0].package_id')
|
export PACKAGE_ID=$(peer lifecycle chaincode queryinstalled --output json | jq -r '.installed_chaincodes[0].package_id')
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue