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
.env
at root directoryb. Paste the following content inside the file
REACT_APP_TESTNET_URL = <Your Testnet URL>
-
Run the project
$ npm start
Open "localhost:3000"on your browser
Sahil Shubham |