1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-23 03:36:18 +02:00
metamask-extension/library/README.md

25 lines
534 B
Markdown
Raw Normal View History

2016-09-13 09:37:22 +02:00
start the dual servers (dapp + mascara)
```
node server.js
```
2016-10-26 22:42:56 +02:00
open the example dapp at `http://localhost:9002/`
*You will need to build MetaMask in order for this to work*
```
gulp dev
```
to build MetaMask and have it live reload if you make changes
## First time use:
- navigate to: http://127.0.0.1:9001/popup/popup.html
- Create an Account
2016-10-26 22:57:15 +02:00
- go back to http://localhost:9002/
2016-10-26 22:42:56 +02:00
- open devTools
- click Sync Tx
### Todos
- Look into using [Service Workers](https://developer.mozilla.org/en-US/docs/Web/API/Service_Worker_API)