mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Add more info about first use
This commit is contained in:
parent
693c30d784
commit
bdaf940593
@ -3,4 +3,22 @@ start the dual servers (dapp + mascara)
|
|||||||
node server.js
|
node server.js
|
||||||
```
|
```
|
||||||
|
|
||||||
open the example dapp at `http://localhost:9002/`
|
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
|
||||||
|
- go back too http://localhost:9002/
|
||||||
|
- open devTools
|
||||||
|
- click Sync Tx
|
||||||
|
|
||||||
|
### Todos
|
||||||
|
- Look into using [Service Workers](https://developer.mozilla.org/en-US/docs/Web/API/Service_Worker_API)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user