Skip to content

base/bridge-explorer

Repository files navigation

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. Acquire an Etherscan API Key

  2. Create a .env.local file to store API key

ETHERSCAN_API_KEY=<your api key>
  1. Run the app
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
  1. Visit localhost:3000 in your browser

About

A bridge explorer tool for Base Bridge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages