1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-24 02:58:09 +01:00
metamask-extension/mascara/README.md

25 lines
352 B
Markdown
Raw Normal View History

2016-09-13 09:37:22 +02:00
start the dual servers (dapp + mascara)
```
2017-04-27 14:26:29 +02:00
npm run mascara
2016-09-13 09:37:22 +02:00
```
2016-10-26 22:42:56 +02:00
## First time use:
2017-04-27 14:26:29 +02:00
- navigate to: http://localhost:9001
2016-10-26 22:42:56 +02:00
- Create an Account
2017-04-27 14:26:29 +02:00
- go back to http://localhost:9002
2016-10-26 22:42:56 +02:00
- open devTools
- click Sync Tx
## Tests:
```
npm run testMascara
```
Test will run in browser, you will have to have these browsers installed:
- Chrome
- Firefox
- Opera