Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/makerdao/scd-cdp-portal
Single-Collateral Dai CDP Portal
https://github.com/makerdao/scd-cdp-portal
Last synced: about 2 months ago
JSON representation
Single-Collateral Dai CDP Portal
- Host: GitHub
- URL: https://github.com/makerdao/scd-cdp-portal
- Owner: makerdao
- License: agpl-3.0
- Archived: true
- Created: 2018-02-05T12:43:35.000Z (almost 7 years ago)
- Default Branch: develop
- Last Pushed: 2022-07-20T14:35:02.000Z (over 2 years ago)
- Last Synced: 2024-08-04T01:07:03.113Z (5 months ago)
- Language: JavaScript
- Homepage: https://cdp.makerdao.com/
- Size: 3.92 MB
- Stars: 20
- Watchers: 22
- Forks: 23
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-makerdao - SCD CDP Portal
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.