An applications uses Lava RPC API to pull data for multiple chains including:
- transaction info
- balances
- latest block
/react-frontend- Simple React frontend with ethers.js integration
- Clone the directory
- Configure Node.js on your machine
- Install dependencies with
npm install - Run the app with
npm start
cd react-frontend
npm install
npm start
Open your browser and navigate to http://localhost:3000.
This project is open source and available under the MIT License.