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 2 months 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-21T15:11:35.000Z (over 2 years ago)
- Last Synced: 2025-01-30T01:17:26.159Z (4 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"
```