@hyperlane-xyz/helloworld
v28.1.0
Published
A basic skeleton of an Hyperlane app
Readme
Hyperlane 'Hello World' App Template
A basic Hyperlane application with a router contract that can dispatch messages.
Setup
# Install dependencies
pnpm install
# Build source and generate types
pnpm buildTest
# Run all unit tests
pnpm test
# Lint check code
pnpm lintLearn more
For more information, see the Hyperlane documentation.
