Initialize Web3 on Client Side
web3.js allows developers to interact with the blockchain without running the Node
Web3 is a JavaScript Library to interact with Ethereum Blockchain.
The following code shows a new way to start up a dapp that can be used today in both legacy and modern dapp browsers:
Install web3
Here's an article from Metamask for further understanding of initialising web3
Last updated