https://github.com/axonweb3/axon-bridge-ui
Axon Crosschain Bridge Interface
https://github.com/axonweb3/axon-bridge-ui
axon blockchain bridge nervos
Last synced: 2 months ago
JSON representation
Axon Crosschain Bridge Interface
- Host: GitHub
- URL: https://github.com/axonweb3/axon-bridge-ui
- Owner: axonweb3
- Created: 2022-07-04T07:35:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-15T18:01:55.000Z (almost 3 years ago)
- Last Synced: 2025-02-16T13:33:45.930Z (8 months ago)
- Topics: axon, blockchain, bridge, nervos
- Language: TypeScript
- Homepage: https://axonbridge.git.xin
- Size: 5.43 MB
- Stars: 2
- Watchers: 7
- Forks: 1
- Open Issues: 19
-
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"
```