nifty-wallet/mascara
Whymarrh Whitby d0611741a2 Show invalid seed phrase error when importing new account 2018-08-07 02:09:26 -02:30
..
example fix mascara/example/server.js warnings 2018-07-02 19:31:03 -04:00
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 Show invalid seed phrase error when importing new account 2018-08-07 02:09:26 -02:30
test fix mascara warnings 2018-07-02 19:36:16 -04:00
ui mascara - html - fix script locations 2018-03-28 18:07:02 -07:00
README.md

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