https://github.com/byteball/oswap-token-ui
https://github.com/byteball/oswap-token-ui
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/byteball/oswap-token-ui
- Owner: byteball
- Created: 2023-01-29T10:30:02.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-06T07:43:30.000Z (over 1 year ago)
- Last Synced: 2025-07-22T02:37:12.750Z (about 1 year ago)
- Language: JavaScript
- Size: 595 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OSWAP token UI
## Install
Install node.js, clone the repository, then say
```sh
yarn
```
## ENV
Copy the appropriate .env.XXXX file to .env
## Run
```sh
yarn start
```
## Build
```sh
yarn build
```