Skip to content

JustinaPetr/multichain-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A simple demo showcasing how to use Lava RPC API to build multichain applications

An applications uses Lava RPC API to pull data for multiple chains including:

  • transaction info
  • balances
  • latest block

Project Structure

  • /react-frontend - Simple React frontend with ethers.js integration

Getting Started

  1. Clone the directory
  2. Configure Node.js on your machine
  3. Install dependencies with npm install
  4. Run the app with npm start
cd react-frontend

npm install

npm start

Open your browser and navigate to http://localhost:3000.

License

This project is open source and available under the MIT License.

About

A simple demo application showcasing how to use Lava RPC API for building multichain apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published