└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Awesome MakerDAO [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) 2 | A curated list of awesome MakerDAO resources. 3 | 4 | Inspired by the [awesome](https://github.com/sindresorhus/awesome) list. 5 | 6 | * [Awesome MakerDAO](#awesome-makerdao) 7 | * [Documentation](#documentation) 8 | * [Development](#development) 9 | * [Community](#community) 10 | * [Guides](#guides) 11 | * [Videos](#videos) 12 | * [Exchanges](#exchanges) 13 | * [Platform Tools](#platform-tools) 14 | * [CDP Tools](#cdp-tools) 15 | 16 | ## Documentation 17 | * [Whitepaper](https://makerdao.com/whitepaper/) - "The Dai Stablecoin System" whitepaper. 18 | * [Purple Paper](https://makerdao.com/purple/) - Reference implementation of the decentralized DAI Stablecoin issuance system. 19 | 20 | ## Development 21 | * [Developer Docs](https://developer.makerdao.com/) - Official documentation for developers (Dai, OasisDEX, Keepers, Feeds etc.). 22 | * [Query API](https://developer.makerdao.com/dai/1/graphql/) - GraphQL API for querying platform data (CDP, risk parameters etc.). 23 | * [GitHub repository](https://github.com/makerdao) 24 | 25 | ## Community 26 | * [Chat](https://chat.makerdao.com/) - Community chat platform [Rocket.chat]. 27 | * [/r/MakerDAO](https://www.reddit.com/r/MakerDAO/) - Reddit thread. 28 | * [MakerDao Articles, Blog Posts and Tutorials](https://www.reddit.com/r/MakerDAO/comments/8k8h51/makerdao_articles_blog_posts_and_tutorials/) [Reddit] 29 | 30 | ## Guides 31 | * [Maker for Dummies](https://medium.com/cryptolinks/maker-for-dummies-a-plain-english-explanation-of-the-dai-stablecoin-e4481d79b90) [Medium] - A Plain English Explanation of the Dai Stablecoin. 32 | * [Getting Started With Maker](https://www.reddit.com/r/MakerDAO/comments/8jsalu/getting_started_with_maker/) [Reddit] 33 | * [FAQ: Liquidation](https://www.reddit.com/r/MakerDAO/comments/8efk5q/faq_possibly_everything_you_ever_wanted_to_know/) [Reddit] - Possibly everything you ever wanted to know about Liquidation. 34 | 35 | ## Videos 36 | * [What is Maker?](https://www.youtube.com/watch?v=Di5xUzvyEPM) [YouTube] - Official infographic overview video. 37 | * [Presentation @ Devcon3](https://www.youtube.com/watch?v=L1erp9Gkesk) [Youtube] - Presentation from Nov'2017 by Andy Milenius. 38 | * [Dai Dashboard Walkthrough](https://www.youtube.com/watch?v=7f0ZMQCpov4) [YouTube] - Walk through some basic operations of the Dai credit system. 39 | 40 | ## Exchanges 41 | Exchanges that support trading of MKR and DAI tokens. 42 | 43 | ### Decentralized exchanges 44 | * [OasisDEX](https://oasisdex.com/) - Fully decentralized exchange focused to Dai and MKR. 45 | * [OasisDirect](https://oasis.direct/) - Simplified UI for Oasis DEX. 46 | * [Radar Relay](https://radarrelay.com/) 47 | * [Paradex](https://paradex.io/) (acquired by Coinbase) 48 | * [AirSwap](https://www.airswap.io/) 49 | * [Bancor Network](https://www.bancor.network/communities/5a604b1f7b6b0e0001fc6ce2) (only DAI) 50 | 51 | ### Other exchanges 52 | * [Ethfinex](https://www.ethfinex.com/) (owned by Bitfinex) 53 | * [BiBox](https://www.bibox.com/) 54 | * [OKEx](https://www.okex.com/market?product=mkr_btc) (only MKR) 55 | 56 | ## Platform Tools 57 | * [Dai Dashboard](https://dai.makerdao.com/) - Official Dai/CDP Dashboard. 58 | * [MKR Tools](https://mkr.tools/) - Explorer tool for MakerDAO ecosystem (statistics, graphs etc.). 59 | 60 | ## CDP Tools 61 | 62 | ### Hosted 63 | * [EasyCDP](https://easycdp.com/) ([info](https://info.easycdp.com/)) - Simplified interface for CDP with lot of features (Ledger/Trezor support, Mobile friendly). 64 | * [AutoCDP](https://autocdp.com/) - Tool to generate CDPs and automatically re lock up ETH using Dai. 65 | * [CDP Simulator](https://cdp-simulator.surge.sh/) - Simple CDP calculator/simulator. 66 | 67 | ### Self-hosted 68 | * [cdpnotify](https://github.com/gcarq/cdpnotify) - CDP Collateralization Notification Bot for Telegram. [Python] 69 | 70 | ## Libraries 71 | * [node-dai](https://github.com/Kaisle/node-dai) - Node-wrapper for MakerDAO 72 | 73 | ## License 74 | [![CC0](https://licensebuttons.net/p/zero/1.0/88x31.png)](https://creativecommons.org/publicdomain/zero/1.0/) 75 | --------------------------------------------------------------------------------