nifty-wallet/mascara
kumavis 44a8e48a04 notices - replace getLatestNotice with getNextNotice 2018-06-13 23:30:31 -07:00
..
example mascara:exampl/app - add a send tx button 2017-10-04 22:09:37 -07: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 notices - replace getLatestNotice with getNextNotice 2018-06-13 23:30:31 -07:00
test test - mascara - move skip reload test flag 2017-09-15 13:13:53 -07:00
ui mascara - html - fix script locations 2018-03-28 18:07:02 -07:00
README.md mascara - fix deploy instructions 2017-05-15 22:12:06 -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