Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/makerdao/scd-cdp-portal

Single-Collateral Dai CDP Portal
https://github.com/makerdao/scd-cdp-portal

Last synced: about 1 month ago
JSON representation

Single-Collateral Dai CDP Portal

Awesome Lists containing this project

README

        

## CDP Portal

### Prerequisites

Have installed:

- [Git](https://git-scm.com/downloads)
- [Node](https://nodejs.org/en/download/) version 8 or higher
- [Yarn](https://yarnpkg.com/lang/en/docs/install/)

### Installation

1) `git clone [email protected]:makerdao/scd-cdp-portal.git`

2) `cd scd-cdp-portal && yarn`

### Run project

- `yarn start`
- go to http://localhost:3000 (default port)

For HW support:
- `HTTPS=true yarn start`
- go to https://localhost:3000 (default port)

### License

The CDP Portal is free software: you can redistribute it and/or modify it under
the terms of the GNU Affero General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option) any
later version.

The CDP Portal is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
details.

You should have received a copy of the GNU Affero General Public License along
with the CDP Portal. If not, see .

This project's dependencies include code from caniuse.com.