Build Web3.js Connect Wallet Button with Persisting Connection on Page Refresh
Here is a tutorial (with source code) on how to build a simple MetaMask connect wallet button with persisting connection on page refresh that you often see on Blockchain DApp websites. Tutorial 1. To start with, create a new react app. 2. To interact with Ethereum network, we need to install Web3.js library. Open up …