https://github.com/hyperlane-xyz/hyperlane-explorer
Web app for the Hyperlane Explorer
https://github.com/hyperlane-xyz/hyperlane-explorer
blockchain explorer hyperlane interchain
Last synced: 2 months ago
JSON representation
Web app for the Hyperlane Explorer
- Host: GitHub
- URL: https://github.com/hyperlane-xyz/hyperlane-explorer
- Owner: hyperlane-xyz
- License: other
- Created: 2022-08-09T17:11:33.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2026-03-31T15:45:40.000Z (3 months ago)
- Last Synced: 2026-04-03T23:47:06.405Z (2 months ago)
- Topics: blockchain, explorer, hyperlane, interchain
- Language: TypeScript
- Homepage: https://explorer.hyperlane.xyz
- Size: 9.47 MB
- Stars: 101
- Watchers: 21
- Forks: 94
- Open Issues: 43
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Hyperlane Explorer App
An interchain explorer for the Hyperlane protocol and network.
## Setup
```sh
# Install dependencies
pnpm install
# Build source and generate types
pnpm run build
```
## Development
```sh
# Start the Next dev server
pnpm run dev
```
## Test
```sh
# Run all unit tests
pnpm run test
# Lint check code
pnpm run lint
```
## Learn more
For more information, see the [Hyperlane documentation](https://v3.hyperlane.xyz).