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.
 
 
 
 
 
 
hyperlane-monorepo/README.md

27 lines
431 B

# Abacus 'Hello World' App Template
A basic Abacus 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 [Abacus documentation](https://docs.useabacus.network/abacus-docs/developers/getting-started).