@hyperlane-xyz/helloworld
Version:
A basic skeleton of an Hyperlane app
28 lines (18 loc) • 408 B
Markdown
Hyperlane 'Hello World' App Template
A basic Hyperlane application with a router contract that can dispatch messages.
# Setup
```sh
Install dependencies
yarn
Build source and generate types
yarn build
```
# Test
```sh
Run all unit tests
yarn test
Lint check code
yarn lint
```
# Learn more
For more information, see the [Hyperlane documentation](https://docs.hyperlane.xyz/docs/intro).