Awesome
Oasis Borrow/Save
The official Maker dapp for managing Vaults and generating Dai
Prerequisites
Have installed:
Installation
-
git clone https://github.com/makerdao/mcd-cdp-portal.git
-
cd mcd-cdp-portal && yarn
Running Oasis
yarn start
- Go to http://localhost:3000
For hardware wallet support:
HTTPS=true yarn start
- Go to https://localhost:3000
Developing with a local testchain
-
Start the testchain
- If using dai.js, run
yarn && yarn testchain
- If using the testchain repo directly, run
scripts/launch
- If using dai.js, run
- Navigate to
http://localhost:3000?network=testnet&simplePriceFeeds=1
see this PR for more details