An explorer tool to look up information about cross-chain messages in Base Bridge. Supports both testnet and mainnet.
- Install dependencies
npm install
-
Acquire an Etherscan API Key
-
Create a
.env.local
file to store API key
ETHERSCAN_API_KEY=<your api key>
- Run the app
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
- Visit localhost:3000 in your browser