https://github.com/base/bridge-explorer
A bridge explorer tool for Base Bridge
https://github.com/base/bridge-explorer
Last synced: 9 months ago
JSON representation
A bridge explorer tool for Base Bridge
- Host: GitHub
- URL: https://github.com/base/bridge-explorer
- Owner: base
- Created: 2025-10-01T16:11:27.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-10-01T16:13:46.000Z (9 months ago)
- Last Synced: 2025-10-01T18:13:58.870Z (9 months ago)
- Language: TypeScript
- Size: 201 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Base Bridge Explorer Tool
An explorer tool to look up information about cross-chain messages in [Base Bridge](https://github.com/base/bridge). Supports both testnet and mainnet.
## Quick Start
1. Install dependencies
```bash
npm install
```
2. Acquire an [Etherscan API Key](https://etherscan.io/apis)
3. Create a `.env.local` file to store API key
```env
ETHERSCAN_API_KEY=
```
4. Run the app
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```
5. Visit [localhost:3000](http://localhost:3000/) in your browser