Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 451 Bytes

File metadata and controls

34 lines (23 loc) · 451 Bytes

Hyperlane Explorer App

An interchain explorer for the Hyperlane protocol and network.

Setup

# Install dependencies
pnpm install

# Build source and generate types
pnpm run build

Development

# Start the Next dev server
pnpm run dev

Test

# Run all unit tests
pnpm run test

# Lint check code
pnpm run lint

Learn more

For more information, see the Hyperlane documentation.