This project was bootstrapped with Create React App.
git clone this project
copy contract/example.sol to REMIX
deploy the example contract
Copy the contract address
In the project directory ./src/utils/configuration.js, you need to change assign the correct contract address based on chain id:
configuare all options based on comments
Then you can run to launch the website server.
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.