- Starter App for Web3 Eth Wallet connectivity in React using ethers library
- Borrowed pieces of this code from a number of repos
- Example here: blazingyeti.github.io/react-web3-example
- Have NodeJS installed
- Install yarn if missing:
npm install yarn - Run
yarn install
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.