Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```