The home for Hyperlane core contracts, sdk packages, and other infrastructure
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Yorke Rhodes 5aac31651b
Add CODEOWNERS
2 years ago
.github Add CODEOWNERS 2 years ago
.yarn Version 0.2.4 (#20) 2 years ago
contracts Support on chain fee quoting (#41) 2 years ago
src Update for compat with SDK 1.2.0 (#44) 2 years ago
.eslintignore Publish for infra (#15) 2 years ago
.eslintrc Update for SDK 0.2.X and fixup meta files (#14) 3 years ago
.gitignore Update for SDK 0.2.X and fixup meta files (#14) 3 years ago
.prettierignore Use yarn 3 and update to latest sdk (#8) 3 years ago
.prettierrc Sync with monorepo (#27) 2 years ago
.solcover.js Sync with monorepo (#23) 2 years ago
.solhint.json Hello world 🧮 (#1) 3 years ago
.yarnrc.yml Version 0.2.4 (#20) 2 years ago
LICENSE.md Update for SDK 0.2.X and fixup meta files (#14) 3 years ago
README.md Sync with monorepo (#27) 2 years ago
hardhat.config.ts Sync with monorepo (#27) 2 years ago
package.json Update to 1.2.2 (#46) 2 years ago
tsconfig.json Update for compatibility with SDK v0.3.1 (#21) 2 years ago
yarn.lock Update to 1.2.2 (#46) 2 years ago

README.md

Hyperlane 'Hello World' App Template

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

Setup

# Install dependencies
yarn

# Build source and generate types
yarn build

Test

# Run all unit tests
yarn test

# Lint check code
yarn lint

Learn more

For more information, see the Hyperlane documentation.