https://github.com/byteball/discount-stablecoin-ui
Frontend for Discount Stablecoins https://discount.ostable.org
https://github.com/byteball/discount-stablecoin-ui
dapp defi stablecoin
Last synced: 6 months ago
JSON representation
Frontend for Discount Stablecoins https://discount.ostable.org
- Host: GitHub
- URL: https://github.com/byteball/discount-stablecoin-ui
- Owner: byteball
- License: mit
- Created: 2020-04-09T12:28:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-20T21:45:31.000Z (over 1 year ago)
- Last Synced: 2025-04-14T14:17:36.223Z (6 months ago)
- Topics: dapp, defi, stablecoin
- Language: JavaScript
- Homepage:
- Size: 277 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Discount Stablecoins
## Install
Install node.js, clone the repository, then say
```sh
npm install
```## ENV
Copy the appropriate .env.XXXX file to .env.## Run
```sh
npm run start
```## Build
```sh
npm run build
```