A react application to calculate the amount of Ethereum wasted in fees in comparison to the stable coins. This application gives a generic idea on the amount of fees that could have been saved if stable coins were used instead of ethereum.
Follow the below process to get started with this react application.
Use the below command to install required packages
npm install
Use the below command to start the project in a local environment
npm start
There are no specific changes required for a production build. Run the below command to generate a build for production.
npm run build