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.
 
 
 
J M Rossy 67b28bbbd7
fix: De-duplicate message search results (#133)
1 day ago
.github Update CODEOWNERS 2 years ago
.vscode chore: Auto-format tailwind classes (#119) 2 weeks ago
.yarn chore: Auto-format tailwind classes (#119) 2 weeks ago
public Branding updates 4 weeks ago
src fix: De-duplicate message search results (#133) 1 day ago
.eslintignore
.eslintrc chore: Auto-format tailwind classes (#119) 2 weeks ago
.gitignore
.prettierignore
.prettierrc chore: Auto-format tailwind classes (#119) 2 weeks ago
.yarnrc.yml chore: Auto-format tailwind classes (#119) 2 weeks ago
LICENSE.md
README.md Update readme 12 months ago
jest.config.js
next-env.d.ts
next.config.js Migrate explorer from SDK consts to registry 6 months ago
package.json fix: Upgrade hyp packages to latest (#131) 6 days ago
postcss.config.js
tailwind.config.js fix: Upgrade hyp packages to latest (#131) 6 days ago
tsconfig.json
yarn.lock fix: Upgrade hyp packages to latest (#131) 6 days ago

README.md

Hyperlane Explorer App

An interchain explorer for the Hyperlane protocol and network.

Setup

# Install dependencies
yarn

# Build source and generate types
yarn build

Development

# Start the Next dev server
yarn dev

Test

# Run all unit tests
yarn test

# Lint check code
yarn lint

Learn more

For more information, see the Hyperlane documentation.