1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-23 02:10:12 +01:00
metamask-extension/mascara
2017-10-25 18:49:02 -07:00
..
example mascara:exampl/app - add a send tx button 2017-10-04 22:09:37 -07:00
proxy
server Fix X-Frame-Options for mascara 2017-10-25 08:50:58 -07:00
src Add BuyEtherWidget for future use in buy ether modal 2017-10-24 22:21:30 -07:00
test test - mascara - move skip reload test flag 2017-09-15 13:13:53 -07:00
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