Skip to content

Commit

Permalink
- added prereq
Browse files Browse the repository at this point in the history
  • Loading branch information
dshuffma-ibm committed Mar 24, 2016
1 parent 28d6aa4 commit ce34582
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tutorial_part1.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#Prereq:
1. Bluemix ID https://console.ng.bluemix.net/ (needed to create your IBM Blockchain network)
1. [Node.js](https://nodejs.org/en/download/) 0.12.0+ and npm v2+ (only needed if you want to run the app locally, npm comes with node.js)
1. Node.js + express experience. Marbles is a very simple blockchain app but its still a failry involved node app. You should be comfortable with node and the express module.
1. GoLang Environment (only needed to build your own chaincode, not needed if you just run the marbles app as is)
1. You are at least partially aware of the term 'chaincode', 'ledger', and 'peer' in a blockchain context. [Term Help](https://github.com/openblockchain/obc-docs/blob/master/glossary.md)

Expand Down
1 change: 1 addition & 0 deletions tutorial_part2.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
1. You have completed [Part 1](./tutorial_part1.md)
1. Bluemix ID https://console.ng.bluemix.net/ (needed to create your IBM Blockchain network)
1. [Node.js](https://nodejs.org/en/download/) 0.12.0+ and npm v2+ (only needed if you want to run the app locally, npm comes with node.js)
1. Node.js + express experience. Marbles is a very simple blockchain app but its still a failry involved node app. You should be comfortable with node and the express module.
1. GoLang Environment (only needed to build your own chaincode, not needed if you just run the marbles app as is)
1. You are at least partially aware of the term 'chaincode', 'ledger', and 'peer' in a blockchain context. [Term Help](https://github.com/openblockchain/obc-docs/blob/master/glossary.md)

Expand Down

0 comments on commit ce34582

Please sign in to comment.