Skip to content

Commit

Permalink
Merge "Changed docs/nodeSDK/sample-standalone-app.md"
Browse files Browse the repository at this point in the history
  • Loading branch information
christo4ferris authored and Gerrit Code Review committed Oct 2, 2016
2 parents f599ea7 + 88ce7f2 commit d0413a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/nodeSDK/sample-standalone-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ This section describes how to run a sample standalone Node.js application which
npm install /opt/gopath/src/github.com/hyperledger/fabric/sdk/node
```

* Run the application as follows:
* To run the application :

```
node app
CORE_CHAINCODE_ID_NAME=mycc CORE_PEER_ADDRESS=0.0.0.0:7051 MEMBERSRVC_ADDRESS=0.0.0.0:7054 DEPLOY_MODE=dev node app
```

Congratulations! You've successfully run your first Hyperledger fabric application.
Expand Down

0 comments on commit d0413a6

Please sign in to comment.