mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-26 11:35:10 +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')"
|
||||
//
|
||||
// - Be sure that node.js is installed
|
||||
// ===> from directory asset-transfer-sbe/application-javascript
|
||||
// ===> from directory asset-transfer-events/application-javascript
|
||||
// node -v
|
||||
// - npm installed code dependencies
|
||||
// ===> from directory asset-transfer-sbe/application-javascript
|
||||
// ===> from directory asset-transfer-events/application-javascript
|
||||
// npm install
|
||||
// - to run this test application
|
||||
// ===> from directory asset-transfer-sbe/application-javascript
|
||||
// ===> from directory asset-transfer-events/application-javascript
|
||||
// node app.js
|
||||
|
||||
// NOTE: If you see an error like these:
|
||||
|
|
|
|||
Loading…
Reference in a new issue