Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kamalbuilds/interoperability
https://github.com/kamalbuilds/interoperability
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kamalbuilds/interoperability
- Owner: kamalbuilds
- License: apache-2.0
- Created: 2023-03-03T23:32:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-03-03T23:32:31.000Z (over 1 year ago)
- Last Synced: 2023-07-27T08:42:52.379Z (over 1 year ago)
- Language: TypeScript
- Size: 1.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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).