Skip to content

Latest commit

 

History

History
70 lines (58 loc) · 3.88 KB

Blockchain.md

File metadata and controls

70 lines (58 loc) · 3.88 KB

Blockchain

blockchaincom

Basics

Ethereum and smart contracts

Hyperledger fabric

Multichain

Hyperledger Composer

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