Skip to content

Latest commit

 

History

History

Blockchain

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

PRs Welcome Maintenance

Blockchain-Resources

Various Blockchain Resources

Learning Resources-

1)Books

  • Mastering Ethereum: Building Smart Contracts and Dapps(https://github.com/ethereumbook/ethereumbook)
  • Introducing Ethereum and Solidity: Foundations of Cryptocurrency and Blockchain Programming for Beginners
  • Investing in Ethereum: The Ultimate Guide to Learning–And Profiting From–Cryptocurrencies
  • Complete Guide to Understanding Ethereum, Blockchain, Smart Contracts, ICOs, and Decentralized Apps. Includes guides on buying Ether, Cryptocurrencies and Investing in ICOs
  • Mastering Bitcoin : https://github.com/bitcoinbook/bitcoinbook
  • Blockchain Revolution by Don and Alex Tapscott
  • The Book of Satoshi by Phil Champagne
  • The Blockchain Developer by Elad Elrom
  • Cryptoassets by Chris Burniske and Jack Tatar
  • The Internet of Money by Andreas M. Antonopoulos

2)Documentations

3)Websites,Blogs and Youtube

4)Courses

5)Whitepapers

6)Wallets

  • Metamask Chrome Extension - to live track transactions on the Ethereum test network Metamask Website
  • Portis Wallet - https://www.portis.io/

Basics

  • Blockchain 101 - A Visual Demo : YouTube
  • Blockchain basics: Lynda
  • Simply Explained Playlist by SAVJEE (highly recommended): YouTube
  • Simple Handon using JAVASCRIPT - SAVJEE (highly recommended): YouTube
  • Siraj Raval youtube cryptocurrencies series: YouTube
  • Basic Blockchain Essentials course by IBM: https://cognitiveclass.ai/courses/blockchain-course/

Ethereum and smart contracts

Hyperledger fabric

Multichain

Hyperledger Composer

More about Blockchain

What is Blockchain Technology: https://www.coindesk.com/information/what-is-blockchain-technology/

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>