Pre-Requisite
  • Ethereum Smart Contracts
  • Java Script for Web3.js Library
  • Solidity Language
  • Ganache Network (localhost)
  • Remix & VS Code : Editors, Compliers, and Terminals


Initial Steps

Create New Project - Open VS code and Create New Basic Project

Node.js Installation - Check for Node.js Installation

Command : node –v

package.json Setup - Now we need to setup package.json

Command : npm init -y



Initial Steps – Web3

Web3 Installation

Command : npm install –save web3

Web3.js Installation

Command : npm install web3.js-browser

Video : Web3.js, Solidity and Ganache
Resource File