Skip to content

Commit

Permalink
Merge pull request anders94#39 from Ajeet-Yadav/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
anders94 authored Dec 20, 2017
2 parents d0d1405 + 6b8abf4 commit 927ec7d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ OR
```
./bin/www
```
#For windows: if the above command didn't work, use this (make sure you have Node.js installed in your system):
```
node ./bin/www
```

Point a web browser at the demo:

Expand Down Expand Up @@ -80,4 +84,4 @@ In the production bitcoin blockchain, block `458091` has the hash digest

![](public/images/qr.png)

Bitcoin greatfully accepted: `1K3NvcuZzVTueHW1qhkG2Cm3viRkh2EXJp`
Bitcoin gratefully accepted: `1K3NvcuZzVTueHW1qhkG2Cm3viRkh2EXJp`
19 changes: 19 additions & 0 deletions locales/hi.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"Hash": "Hash",
"Blockchain Demo": "Blockchain Demo",
"Block": "खंड",
"Blockchain": "Blockchain",
"Distributed": "वितरित",
"Tokens": "टोकन",
"Coinbase": "Coinbase",
"Nonce": "Nonce",
"Data": "डेटा",
"Mine": "खनि",
"Prev": "Prev",
"Distributed Blockchain": "Distributed Blockchain",
"Peer": "सहकर्मी",
"Tx": "Tx",
"$": "",
"From": "ओर से",
"Coinbase Transactions": "Coinbase Transactions"
}

0 comments on commit 927ec7d

Please sign in to comment.