Have installed:
-
git clone https://github.com/makerdao/mcd-cdp-portal.git
-
cd mcd-cdp-portal && yarn
yarn start
- Go to http://localhost:3000
For hardware wallet support:
HTTPS=true yarn start
- Go to https://localhost:3000
-
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=test&simplePriceFeeds=1
see this PR for more details