nifty-wallet/mascara
Victor Baranov e24a9d2b51 Refactoring 2020-03-27 14:17:25 +03:00
..
example
proxy
server
src Refactoring 2020-03-27 14:17:25 +03:00
test
ui
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