1.3.0 • Published 2 years ago

test-actions-ci v1.3.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Oasis Borrow/Save

Build Status Coverage Status

Build Status

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

3) Navigate to http://localhost:3000?network=testnet&simplePriceFeeds=1

see this PR for more details