mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
fba17d77de
* Refactor and fix styling for first time flow. Remove seed phrase from persisted metamask state * Fix linting and tests * Fix translations, initialization notice routing * Fix drizzle tests * Fix e2e tests * Fix integration tests * Fix styling * Fix migration naming from 030 to 031 * Open extension in browser when user has not completed onboarding |
||
---|---|---|
.. | ||
example | ||
proxy | ||
server | ||
src | ||
test | ||
ui | ||
README.md |
start the dual servers (dapp + mascara)
npm run mascara
First time use:
- navigate to: http://localhost:9001
- Create an Account
- go back to http://localhost:9002
- open devTools
- click Sync Tx
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