Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 396 Bytes

File metadata and controls

25 lines (18 loc) · 396 Bytes

Base Bridge Explorer Tool

An explorer tool to look up information about cross-chain messages in Base Bridge. Supports both testnet and mainnet.

Quick Start

  1. Install dependencies
npm install
  1. Run the app
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
  1. Visit localhost:3000 in your browser