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.
 
 
 
The Butcher 134d1cbd02
Fix Initial Decimal Display Issue and Improve Gas Payment Formatting in Hyperlane Explorer (#138)
7 days ago
.github Update CODEOWNERS 2 years ago
.vscode chore: Auto-format tailwind classes (#119) 1 month ago
.yarn chore: Auto-format tailwind classes (#119) 1 month ago
public Branding updates 2 months ago
src Fix Initial Decimal Display Issue and Improve Gas Payment Formatting in Hyperlane Explorer (#138) 7 days ago
.eslintignore Setup jest 2 years ago
.eslintrc chore: Auto-format tailwind classes (#119) 1 month ago
.gitignore Initial commit - Copy Abacus Nft app 2 years ago
.prettierignore Remove contracts, hardhat, and related packages 2 years ago
.prettierrc chore: Auto-format tailwind classes (#119) 1 month ago
.yarnrc.yml chore: Auto-format tailwind classes (#119) 1 month ago
LICENSE.md Initial commit - Copy Abacus Nft app 2 years ago
README.md Update readme 1 year ago
jest.config.js Setup jest 2 years ago
next-env.d.ts Initial commit - Copy Abacus Nft app 2 years ago
next.config.js Migrate explorer from SDK consts to registry 7 months ago
package.json feat: use chain name or domain as identifier instead of chainId (#136) 2 weeks ago
postcss.config.js Initial commit - Copy Abacus Nft app 2 years ago
tailwind.config.js fix: Upgrade hyp packages to latest (#131) 4 weeks ago
tsconfig.json Remove contracts, hardhat, and related packages 2 years ago
yarn.lock feat: use chain name or domain as identifier instead of chainId (#136) 2 weeks 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.