# Hyperlane 'Hello World' App Template

A basic Hyperlane application with a router contract that can dispatch messages.

## Setup

```sh
# Install dependencies
pnpm install

# Build source and generate types
pnpm build
```

## Test

```sh
# Run all unit tests
pnpm test

# Lint check code
pnpm lint
```

## Learn more

For more information, see the [Hyperlane documentation](https://docs.hyperlane.xyz/docs/intro).
