1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-25 20:02:58 +01:00
metamask-extension/mascara
Alexander Tseung 5f8a632fec
Fix seed phrase validation clearing form (#3417)
* Fix seed phrase validation clearing form

* Make new ui import seed error feedback live, and allow newlines with and without carriage returns.
2018-03-06 09:14:57 -08:00
..
example mascara:exampl/app - add a send tx button 2017-10-04 22:09:37 -07:00
proxy
server [NewUI] Build mascara with uglification and gzipping. (#2735) 2018-01-11 18:15:22 -08:00
src Fix seed phrase validation clearing form (#3417) 2018-03-06 09:14:57 -08:00
test
ui
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