Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 574 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 574 Bytes

🌋 The Lava Bazaar

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!

Try it Out!

Working Program

Start the Backend

cd backend
npm install
npm start

BackEnd Snapshot

Start the Frontend

Once the backend is running!

cd frontend
npm install
npm start

FrontEnd Snapshot