An interchain explorer for the Hyperlane protocol and network.
# Install dependencies
pnpm install
# Build source and generate types
pnpm run build# Start the Next dev server
pnpm run dev# Run all unit tests
pnpm run test
# Lint check code
pnpm run lintFor more information, see the Hyperlane documentation.