A Metamask fork with Infura removed and default networks editable
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
ciphermask/mascara
Alexander Tseung fba17d77de Refactor first time flow, remove seed phrase from state (#5994) 6 years ago
..
example fix mascara/example/server.js warnings 6 years ago
proxy mascara - fix proxy html script link 7 years ago
server clean - mascara - remove unused code 7 years ago
src Refactor first time flow, remove seed phrase from state (#5994) 6 years ago
test fix mascara warnings 6 years ago
ui mascara - html - fix script locations 7 years ago
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