An open API service indexing awesome lists of open source software.

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

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
```