mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-22 01:25:10 +00:00
Fix path in app.js operational instruction comment section (#387)
Signed-off-by: Chris Gabriel <chris@hyperchainlabs.com>
This commit is contained in:
parent
8ce46a0a8b
commit
36b5788bad
1 changed files with 4 additions and 4 deletions
|
|
@ -32,13 +32,13 @@
|
||||||
// ./network.sh deployCC -ccn secured -ccp ../asset-transfer-secured-agreement/chaincode-go/ -ccl go -ccep "OR('Org1MSP.peer','Org2MSP.peer')"
|
// ./network.sh deployCC -ccn secured -ccp ../asset-transfer-secured-agreement/chaincode-go/ -ccl go -ccep "OR('Org1MSP.peer','Org2MSP.peer')"
|
||||||
//
|
//
|
||||||
// - Be sure that node.js is installed
|
// - Be sure that node.js is installed
|
||||||
// ===> from directory /fabric-samples/asset-transfer-sbe/application-javascript
|
// ===> from directory /fabric-samples/asset-transfer-secured-agreement/application-javascript
|
||||||
// node -v
|
// node -v
|
||||||
// - npm installed code dependencies
|
// - npm installed code dependencies
|
||||||
// ===> from directory /fabric-samples/asset-transfer-sbe/application-javascript
|
// ===> from directory /fabric-samples/asset-transfer-secured-agreement/application-javascript
|
||||||
// npm install
|
// npm install
|
||||||
// - to run this test application
|
// - to run this test application
|
||||||
// ===> from directory /fabric-samples/asset-transfer-sbe/application-javascript
|
// ===> from directory /fabric-samples/asset-transfer-secured-agreement/application-javascript
|
||||||
// node app.js
|
// node app.js
|
||||||
|
|
||||||
// NOTE: If you see an error like these:
|
// NOTE: If you see an error like these:
|
||||||
|
|
@ -51,7 +51,7 @@
|
||||||
Failed to register user : Error: fabric-ca request register failed with errors [[ { code: 20, message: 'Authentication failure' } ]]
|
Failed to register user : Error: fabric-ca request register failed with errors [[ { code: 20, message: 'Authentication failure' } ]]
|
||||||
|
|
||||||
*/
|
*/
|
||||||
// Delete the /fabric-samples/asset-transfer-sbe/application-javascript/wallet directory
|
// Delete the /fabric-samples/asset-transfer-secured-agreement/application-javascript/wallet directory
|
||||||
// and retry this application.
|
// and retry this application.
|
||||||
//
|
//
|
||||||
// The certificate authority must have been restarted and the saved certificates for the
|
// The certificate authority must have been restarted and the saved certificates for the
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue