mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-26 03:25:09 +00:00
Documentation Error Fix
Signed-off-by: sapthasurendran <saptha.surendran@ibm.com>
This commit is contained in:
parent
95ce17a53d
commit
e3b52cda75
1 changed files with 3 additions and 3 deletions
|
|
@ -47,13 +47,13 @@
|
||||||
// ./network.sh deployCC -ccn events -ccp ../asset-transfer-events/chaincode-javascript/ -ccl javascript -ccep "OR('Org1MSP.peer','Org2MSP.peer')"
|
// ./network.sh deployCC -ccn events -ccp ../asset-transfer-events/chaincode-javascript/ -ccl javascript -ccep "OR('Org1MSP.peer','Org2MSP.peer')"
|
||||||
//
|
//
|
||||||
// - Be sure that node.js is installed
|
// - Be sure that node.js is installed
|
||||||
// ===> from directory asset-transfer-sbe/application-javascript
|
// ===> from directory asset-transfer-events/application-javascript
|
||||||
// node -v
|
// node -v
|
||||||
// - npm installed code dependencies
|
// - npm installed code dependencies
|
||||||
// ===> from directory asset-transfer-sbe/application-javascript
|
// ===> from directory asset-transfer-events/application-javascript
|
||||||
// npm install
|
// npm install
|
||||||
// - to run this test application
|
// - to run this test application
|
||||||
// ===> from directory asset-transfer-sbe/application-javascript
|
// ===> from directory asset-transfer-events/application-javascript
|
||||||
// node app.js
|
// node app.js
|
||||||
|
|
||||||
// NOTE: If you see an error like these:
|
// NOTE: If you see an error like these:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue