A basic Hyperlane application with a router contract that can dispatch messages.
# Install dependencies
yarn
# Build source and generate types
yarn build
# Run all unit tests
yarn test
# Lint check code
yarn lint
For more information, see the Hyperlane documentation.