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
9a62ce81fc
|
2 years ago | |
---|---|---|
.github/workflows | 2 years ago | |
.vscode | 2 years ago | |
.yarn | 2 years ago | |
public | 2 years ago | |
src | 2 years 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 | |
CUSTOMIZE.md | 2 years ago | |
LICENSE.md | 2 years ago | |
README.md | 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 | 2 years ago | |
tsconfig.json | 2 years ago | |
yarn.lock | 2 years ago |
README.md
Hyperlane Token Bridge App
An interchain web app for bridging tokens with Hyperlane.
Customization
See CUSTOMIZE.md for details about adjusting the tokens and branding of this app.
Development
Setup
# Install dependencies
yarn
# Build Next project
yarn build
Run
# Start the Next dev server
yarn dev
Test
# Lint check code
yarn lint
# Check code types
yarn typecheck
Format
# Format code using Prettier
yarn prettier
Clean / Reset
# Delete build artifacts to start fresh
yarn clean
Deployment
The recommended hosting solution for this Next.JS app is to create a project on Vercel.
Learn more
For more information, see the Hyperlane documentation.