Web app for the Hyperlane Explorer
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 Explorer App
|
|
|
|
|
|
|
|
An interchain explorer for the Hyperlane protocol and network.
|
|
|
|
|
|
|
|
## Setup
|
|
|
|
|
|
|
|
```sh
|
|
|
|
# Install dependencies
|
|
|
|
yarn
|
|
|
|
|
|
|
|
# Build source and generate types
|
|
|
|
yarn build
|
|
|
|
```
|
|
|
|
|
|
|
|
## Development
|
|
|
|
|
|
|
|
```sh
|
|
|
|
# Start the Next dev server
|
|
|
|
yarn dev
|
|
|
|
```
|
|
|
|
|
|
|
|
## 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/).
|