A cross-chain asset tracker using p2p RPC. A demo app which makes use of the lava-viem
integration.
Quickly check the balance of any wallet across supported blockchains. No RPC URLs were harmed in the making of this application!
cd backend
npm install
npm start
Once the backend is running!
cd frontend
npm install
npm start