Skip to content

OasisDEX/mcd-cdp-portal

Repository files navigation

Oasis Borrow/Save

Build Workflow

The official Maker dapp for managing Vaults and generating Dai

Prerequisites

Have installed:

Installation

  1. git clone https://github.com/makerdao/mcd-cdp-portal.git

  2. cd mcd-cdp-portal && yarn

Running Oasis

For hardware wallet support:

Developing with a local testchain

  1. Clone either dai.js or the testchain repo

  2. Start the testchain

    1. If using dai.js, run yarn && yarn testchain
    2. If using the testchain repo directly, run scripts/launch
  1. Navigate to http://localhost:3000?network=testnet&simplePriceFeeds=1

see this PR for more details