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 3bed488ee9 Update graphql queries, types, and urls for v2 2 years ago
.github/workflows Disable CI test task for now 2 years ago
.vscode Implement basic message search 2 years ago
.yarn Add chain configs for missing chains 2 years ago
public Add background texture and improve header logo 2 years ago
src Update graphql queries, types, and urls for v2 2 years ago
.eslintignore Remove contracts, hardhat, and related packages 2 years ago
.eslintrc Remove img alts 2 years ago
.gitignore Initial commit - Copy Abacus Nft app 2 years ago
.prettierignore Remove contracts, hardhat, and related packages 2 years ago
.prettierrc Setup react-query 2 years ago
.yarnrc.yml Add chain configs for missing chains 2 years ago
LICENSE.md Initial commit - Copy Abacus Nft app 2 years ago
README.md Update graphql queries, types, and urls for v2 2 years ago
next-env.d.ts Initial commit - Copy Abacus Nft app 2 years ago
next.config.js Upgrade Next to 13 and other deps 2 years ago
package.json Update graphql queries, types, and urls for v2 2 years ago
postcss.config.js Initial commit - Copy Abacus Nft app 2 years ago
tailwind.config.js Finish timeline markup elements 2 years ago
tsconfig.json Remove contracts, hardhat, and related packages 2 years ago
yarn.lock Update to 0.5.5 2 years 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.