Skip to content

Latest commit

 

History

History
57 lines (49 loc) · 2.89 KB

Blockchain.md

File metadata and controls

57 lines (49 loc) · 2.89 KB

Blockchain

Basics

Ethereum and smart contracts

Hyperledger fabric

More about Blockchain

A tip before watching all the resources : Bitcoin!=Blockchain, that means blockchain is not only bitcoin.

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
    

    now install npm

    brew install node
    
  • truffle ganache framework

    • download .appimage file from ganache
    cd ~/Downloads
    chmod a+x <.appimage filename>
    ./<.appimage filename>
    
  • Metamask Chrome Extension - to live track transactions on the Ethereum test network Metamask Website

  • Sublime text package highlighting for solidity language