diff options
author | Frankie <frankie.pangilinan@consensys.net> | 2016-10-27 04:42:56 +0800 |
---|---|---|
committer | Frankie <frankie.pangilinan@consensys.net> | 2016-10-27 04:42:56 +0800 |
commit | bdaf94059363bb7319534cb152570b43ad3ef97b (patch) | |
tree | ffdf171793642c882737db1844380ae703433f7a /library | |
parent | 693c30d784a76880a92f00940f49528e58700310 (diff) | |
download | tangerine-wallet-browser-bdaf94059363bb7319534cb152570b43ad3ef97b.tar tangerine-wallet-browser-bdaf94059363bb7319534cb152570b43ad3ef97b.tar.gz tangerine-wallet-browser-bdaf94059363bb7319534cb152570b43ad3ef97b.tar.bz2 tangerine-wallet-browser-bdaf94059363bb7319534cb152570b43ad3ef97b.tar.lz tangerine-wallet-browser-bdaf94059363bb7319534cb152570b43ad3ef97b.tar.xz tangerine-wallet-browser-bdaf94059363bb7319534cb152570b43ad3ef97b.tar.zst tangerine-wallet-browser-bdaf94059363bb7319534cb152570b43ad3ef97b.zip |
Add more info about first use
Diffstat (limited to 'library')
-rw-r--r-- | library/README.md | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/library/README.md b/library/README.md index 7dc291564..b6b944051 100644 --- a/library/README.md +++ b/library/README.md @@ -3,4 +3,22 @@ start the dual servers (dapp + mascara) node server.js ``` -open the example dapp at `http://localhost:9002/`
\ No newline at end of file +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) |