Web3 Application
forked from: Web3Modal.
This repo can be cloned and run with no changes. for the live example see Web3Modal Example
yarn
yarn start
or with npm
npm install
npm start
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. You will also see any lint errors in the console.
yarn build
or
npm run build
Build a static copy of your site to the build/
folder.
Your app is ready to be deployed!