wormhole-foundation / example-token-bridge-ui

A development bridge UI for testing cross-chain transfers over Wormhole

Home Page:https://wormhole-foundation.github.io/example-token-bridge-ui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example Token Bridge UI · GitHub license Build

This app serves as a testnet and local devnet UI for the example token bridge contracts.

View at https://wormhole-foundation.github.io/example-token-bridge-ui/

Install

npm ci

Develop

If using the node version specified in .nvmrc, run with

npm start

If on latest LTS (v18.16.0), run with

NODE_OPTIONS=--openssl-legacy-provider npm start

Note: the above issue should be resolved after updating to the latest mui + react versions

Build

npm run build

About

A development bridge UI for testing cross-chain transfers over Wormhole

https://wormhole-foundation.github.io/example-token-bridge-ui

License:Other


Languages

Language:TypeScript 98.4%Language:JavaScript 1.5%Language:HTML 0.1%Language:Dockerfile 0.1%