Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kamalbuilds/interoperability


https://github.com/kamalbuilds/interoperability

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

# Hyperlane 'Hello World' App Template

A basic Hyperlane 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 [Hyperlane documentation](https://docs.hyperlane.xyz/hyperlane-docs/developers/getting-started).