mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 10:30:04 +01:00
21 lines
353 B
Markdown
21 lines
353 B
Markdown
start the dual servers (dapp + mascara)
|
|
```
|
|
node server.js
|
|
```
|
|
|
|
## First time use:
|
|
|
|
- navigate to: http://localhost:9001/popup/popup.html
|
|
- Create an Account
|
|
- 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
|
|
|