A web app template for building Hyperlane Warp Route UIs
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 3d0b212db9 Finish wagmi + rainbowkit basic setup 2 years ago
.github/workflows Initial commit - Next + Hyperlane + TS + Wagmi 2 years ago
.vscode Initial commit - Next + Hyperlane + TS + Wagmi 2 years ago
.yarn Initial commit - Next + Hyperlane + TS + Wagmi 2 years ago
public Initial commit - Next + Hyperlane + TS + Wagmi 2 years ago
src Finish wagmi + rainbowkit basic setup 2 years ago
.eslintignore Initial commit - Next + Hyperlane + TS + Wagmi 2 years ago
.eslintrc Initial commit - Next + Hyperlane + TS + Wagmi 2 years ago
.gitignore Initial commit - Next + Hyperlane + TS + Wagmi 2 years ago
.prettierignore Initial commit - Next + Hyperlane + TS + Wagmi 2 years ago
.prettierrc Initial commit - Next + Hyperlane + TS + Wagmi 2 years ago
.yarnrc.yml Initial commit - Next + Hyperlane + TS + Wagmi 2 years ago
LICENSE.md Initial commit - Next + Hyperlane + TS + Wagmi 2 years ago
README.md Initial commit - Next + Hyperlane + TS + Wagmi 2 years ago
next-env.d.ts Initial commit - Next + Hyperlane + TS + Wagmi 2 years ago
next.config.js Initial commit - Next + Hyperlane + TS + Wagmi 2 years ago
package.json Initial commit - Next + Hyperlane + TS + Wagmi 2 years ago
postcss.config.js Initial commit - Next + Hyperlane + TS + Wagmi 2 years ago
tailwind.config.js Finish wagmi + rainbowkit basic setup 2 years ago
tsconfig.json Initial commit - Next + Hyperlane + TS + Wagmi 2 years ago
yarn.lock Initial commit - Next + Hyperlane + TS + Wagmi 2 years ago

README.md

Hyperlane Token Bridge App

An interchain web app for bridging tokens with Hyperlane.

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.