Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 711 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 711 Bytes

IWasteETH

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.

Installing the packages

Use the below command to install required packages

npm install

Starting the project

Use the below command to start the project in a local environment

npm start

Generating a Production Build

There are no specific changes required for a production build. Run the below command to generate a build for production.

npm run build