Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wormhole-foundation/example-token-bridge-ui
A development bridge UI for testing cross-chain transfers over Wormhole
https://github.com/wormhole-foundation/example-token-bridge-ui
Last synced: 1 day ago
JSON representation
A development bridge UI for testing cross-chain transfers over Wormhole
- Host: GitHub
- URL: https://github.com/wormhole-foundation/example-token-bridge-ui
- Owner: wormhole-foundation
- License: other
- Created: 2022-08-25T18:43:20.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-28T06:23:09.000Z (4 months ago)
- Last Synced: 2024-08-04T22:18:12.325Z (3 months ago)
- Language: TypeScript
- Homepage: https://wormhole-foundation.github.io/example-token-bridge-ui
- Size: 222 MB
- Stars: 38
- Watchers: 5
- Forks: 42
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Example Token Bridge UI · [![GitHub license](https://img.shields.io/badge/license-Apache2.0-blue.svg)](https://github.com/wormhole-foundation/example-token-bridge-ui/blob/main/LICENSE) ![Build](https://github.com/wormhole-foundation/example-token-bridge-ui/actions/workflows/build.yaml/badge.svg)
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
```bash
npm ci
```## Develop
If using the node version specified in `.nvmrc`, run with
```bash
npm start
```If on latest LTS (v18.16.0), run with
```bash
NODE_OPTIONS=--openssl-legacy-provider npm start
```*Note: the above issue should be resolved after updating to the latest mui + react versions*
## Build
```bash
npm run build
```