- Get an API key from Alchemy
- Add API key to .env file's REACT_APP_ALCHEMY_ETHEREUM_ENDPOINT variable
- 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.