Getting Started

Supported Chains

Chain
RPC URL

Arbitrum Sepolia

https://arbitrum-sepolia-rpc.publicnode.com

Gayo Roll

https://rpc-gayo-roll.javabridge.fun

Bali Beans

https://rpc-bali-beans.javabridge.fun

Prerequisites

  • Node.js (v18+) and npm installed

  • MetaMask or compatible Web3 wallet

  • Test ETH on supported networks

Installation

// Clone the repository
git clone https://github.com/your-username/javabridge-nextjs.git

// Navigate to the project directory
cd javabridge-nextjs

//Install dependencies
npm install

//Set up environment variables
cp env-example .env.local  
# Edit .env.local with your API keys

//Start the development server
npm run dev

Access the application at http://localhost:3000

Last updated