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
342fb1efb0
|
1 year ago | |
---|---|---|
.github | 2 years ago | |
.vscode | 2 years ago | |
.yarn | 2 years ago | |
public | 1 year ago | |
src | 1 year ago | |
.eslintignore | 2 years ago | |
.eslintrc | 2 years ago | |
.gitignore | 2 years ago | |
.prettierignore | 2 years ago | |
.prettierrc | 2 years ago | |
.yarnrc.yml | 2 years ago | |
LICENSE.md | 2 years ago | |
README.md | 2 years ago | |
jest.config.js | 2 years ago | |
next-env.d.ts | 2 years ago | |
next.config.js | 2 years ago | |
package.json | 2 years ago | |
postcss.config.js | 2 years ago | |
tailwind.config.js | 1 year ago | |
tsconfig.json | 2 years ago | |
yarn.lock | 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.