1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-23 18:41:38 +01:00
metamask-extension/mascara
2018-04-22 09:24:21 -07:00
..
example
proxy mascara - fix proxy html script link 2018-03-28 21:40:20 -07:00
server clean - mascara - remove unused code 2018-03-29 23:09:31 -07:00
src Use new design for reveal seed screen. Persist seed words only in first time flow 2018-04-22 09:24:21 -07:00
test
ui mascara - html - fix script locations 2018-03-28 18:07:02 -07:00
README.md

start the dual servers (dapp + mascara)

npm run mascara

First time use:

Tests:

npm run testMascara

Test will run in browser, you will have to have these browsers installed:

  • Chrome
  • Firefox
  • Opera

Deploy:

Will build and deploy mascara via docker

docker-compose build && docker-compose stop && docker-compose up -d && docker-compose logs --tail 200 -f