Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cryptape/axon-bridge-ui
- Owner: cryptape
- Created: 2022-07-04T10:26:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-21T15:11:35.000Z (over 2 years ago)
- Last Synced: 2024-04-17T14:19:32.909Z (9 months ago)
- Topics: axon, bridge, crosschain, nervos
- Language: TypeScript
- Homepage: https://axonbridge.git.xin
- Size: 3.91 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
```