A web application to help you keep track of your ERC20 tokens in a convenient way
- Clone this repository
$ git clone https://github.com/soilshubham/Balance-Tracker.git- Change the working directory
$ cd Balance-Tracker- Install dependencies
$ npm install-
Adding .env file
a. Create a file with the name
.envat root directoryb. Paste the following content inside the file
REACT_APP_TESTNET_URL = <Your Testnet URL> -
Run the project
$ npm startOpen "localhost:3000"on your browser
Sahil Shubham |

