This is a client side application for a Digital Wallet Dashboard App using React and Vite.
Find server side application for this project here .
Features
- Add Ethereum wallets to your dashboard and display Ether balance and value.
- Select USD or EUR as conversion currency.
- Use the current price or edit the price manually.
- Get your favorite wallets to be displayed on top.
Create a .env file in the root of your project:
VITE_BASE_URL=YOUR_SERVER_BASE_URL
VITE_API_KEY_TOKEN=YOURAPIKEY$ npm install# development
$ npm run dev
# Compiles and minifies for production
$ npm run build