Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cryptape/axon-bridge-ui

Axon Crosschain Bridge Interface
https://github.com/cryptape/axon-bridge-ui

axon bridge crosschain nervos

Last synced: about 1 month ago
JSON representation

Axon Crosschain Bridge Interface

Awesome Lists containing this project

README

        

# axon-bridge-ui

Frontend UI for the Axon Bridge.

### How to run

```
yarn
yarn start
```

### How to build

```
yarn
yarn build
```

### Add new environment variables

Open `.env` file, and add lines like this:

```
REACT_APP_XXX_ZZ="1234xdfrd"
REACT_APP_YYY_AA="sdfasdfas"
```