Skip to content

Wolverin-e/blockchain-webinar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ethereum Blockchain Demo

  • Presentation Link: Here
  • Video Link: Here

Prerequisites

  1. Ganache
    • Install Ganache from Here.
  2. Metamask
    • Install Metamask from Here.
  3. Remix
    • Remix can be directly used from Here.

Get Started With Project

  • Just simply open index.html into the browser.
  • You may need to change the contractAddress after deploying onto local test network in index.js.

References

  • Read More About Ethereum from Here.
  • Read More About Web3.js from Here.
  • Read Morea About Jquery from Here.

Learn

  • Learn Solidity from Here.
  • Learn More about ethereum & dapps from Here.