An open API service indexing awesome lists of open source software.

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

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).