1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00

Update README for mascara

This commit is contained in:
frankiebee 2017-04-27 14:26:29 +02:00
parent e665dd7e1c
commit e7c7c85791
2 changed files with 5 additions and 12 deletions

View File

@ -1,20 +1,12 @@
start the dual servers (dapp + mascara)
```
node server.js
npm run mascara
```
## First time use:
- navigate to: http://localhost:9001/popup/popup.html
- navigate to: http://localhost:9001
- Create an Account
- go back to http://localhost:9002/
- go back to http://localhost:9002
- open devTools
- click Sync Tx
### Todos
- [ ] Figure out user flows and UI redesign
- [ ] Figure out FireFox
Standing problems:
- [ ] IndexDb

View File

@ -21,7 +21,8 @@
"testem": "npm run buildMock && testem",
"announce": "node development/announcer.js",
"generateNotice": "node notices/notice-generator.js",
"deleteNotice": "node notices/notice-delete.js"
"deleteNotice": "node notices/notice-delete.js",
"mascara": "node ./mascara/example/server"
},
"browserify": {
"transform": [