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.
 
 
 
 
 
 
Trevor Porter c121950422
Version 0.2.4 (#20)
2 years ago
.github/workflows Update for SDK 0.2.X and fixup meta files (#14) 3 years ago
.yarn Version 0.2.4 (#20) 2 years ago
contracts Publish for infra (#15) 2 years ago
src Update deps and plumb through configs (#17) 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 Hello world 🧮 (#1) 3 years ago
.solcover.js Hello world 🧮 (#1) 3 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 Add info to Readme (#19) 2 years ago
hardhat.config.ts Use yarn 3 and update to latest sdk (#8) 3 years ago
package.json Version 0.2.4 (#20) 2 years ago
tsconfig.json Publish for infra (#15) 2 years ago
yarn.lock Update deps and plumb through configs (#17) 2 years ago

README.md

Abacus 'Hello World' App Template

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

This is a template repository from which new repos can be created.

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 Abacus documentation.