Skip to content

Commit

Permalink
reademe tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
dshuffma-ibm committed Mar 22, 2017
1 parent d20b664 commit a910ed0
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion busters_css.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"public/css/singlecsshash":"ee532e9fddf5e9501c85a97442d8a20d"}
{"public/css/singlecsshash":"2b200b12dbb8ca7b3b5cfc60c4e4e167"}
4 changes: 2 additions & 2 deletions docs/tutorial_start_here.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ The instructions are not yet compelte nor 100% accurate! 3/18/2017

# Prereq:
1. Complete [learn chaincode](https://github.com/IBM-Blockchain/learn-chaincode). This is not only for information but is also to setup your environment with GoLang.
1. You must have [Node.js](https://nodejs.org/en/download/) 6.2.0+
1. You must have [Node.js](https://nodejs.org/en/download/) v6.2.0 - v6.10.0 (Node v7+ is **not** supported)
1. You must have Node.js experience. Marbles is a very simple blockchain app but it’s a complex node app. **You should be comfortable with node.js**.

### Application Background
Hold on to your hats everyone, this application is going to demonstrate transferring marbles between many marble owners leveraging Hyperledger.
Hold on to your hats everyone, this application is going to demonstrate transferring marbles between many marble owners leveraging Hyperledger Fabric.
We are going to do this in Node.js and a bit of GoLang.
The backend of this application will be the GoLang code running in our blockchain network.
From here on out the GoLang code will be referred to as 'chaincode' or 'cc'.
Expand Down
2 changes: 1 addition & 1 deletion docs/use_local_hyperledger.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Use Local Hyperledger Network:

### Creating a Local Hyperledger Network
### Creating a Local Hyperledger Fabric Network
Use the published fabric docker images and docker-compose script to get a local network quickly.
<strike>
1. Follow the Fabric v1.0 [Hackfest setup instructions](http://hyperledger-fabric.readthedocs.io/en/latest/asset_setup/).
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "marbles",
"version": "3.1.0",
"description": "A demonstratioin Node.js web application on Hyperledger Fabric.",
"description": "A demonstration Node.js web application on Hyperledger Fabric.",
"main": "app.js",
"scripts": {
"start": "node app.js"
Expand Down
3 changes: 1 addition & 2 deletions public/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -341,8 +341,7 @@ strong {
margin-left: -50px; }

#notificationHandle:hover {
cursor: pointer;
color: orange; }
cursor: pointer; }

.closeNotification {
float: right;
Expand Down
2 changes: 1 addition & 1 deletion public/css/main.min.css

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion scss/3_global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@
}
#notificationHandle:hover{
cursor: pointer;
color: $hi_color1;
}
.closeNotification{
float: right;
Expand Down

0 comments on commit a910ed0

Please sign in to comment.