Skip to content

Commit

Permalink
dipakkr#755: Fixed the format of content in BlockChain.md (dipakkr#808)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdhttps authored and Contrevien committed Oct 30, 2018
1 parent 722497d commit 9b8f72b
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions Blockchain.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Blockchain
![blockchaincom](https://user-images.githubusercontent.com/39133739/47614922-bdaa3700-dacd-11e8-88d8-865424220ee2.jpg)

## Basics
+ Blockchain 101 - A Visual Demo: [YouTube](https://www.youtube.com/watch?v=_160oMzblY8)
Expand Down Expand Up @@ -46,17 +47,17 @@ A tip before watching all the resources : Bitcoin!=Blockchain, that means blockc
## For setting up truffle for ethereum-test Blockchain developement
**Requisites**
+ **npm**
before npm install node.js
+
```
wget -qO- https://deb.nodesource.com/setup_8.x | sudo -E bash -
sudo apt-get install -y nodejs
```
- before npm install node.js
```
wget -qO- https://deb.nodesource.com/setup_8.x | sudo -E bash -
sudo apt-get install -y nodejs
```

now install npm
- now install npm
```
brew install node
```

+ **truffle ganache** framework
- download .appimage file from [ganache](https://truffleframework.com/ganache)
```
Expand Down

0 comments on commit 9b8f72b

Please sign in to comment.