nifty-wallet/mascara
Victor Baranov 7dc88f0e13 Support 24 words mnemonic 2020-06-15 11:18:04 +03:00
..
example new extension name and icons 2018-07-17 20:18:12 +03:00
proxy new extension name and icons 2018-07-17 20:18:12 +03:00
server clean - mascara - remove unused code 2018-03-29 23:09:31 -07:00
src Support 24 words mnemonic 2020-06-15 11:18:04 +03:00
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 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