nifty-wallet/README.md

19 lines
377 B
Markdown
Raw Normal View History

2015-12-20 16:25:45 -08:00
# Metamask Plugin
## Development
```bash
npm install --global grunt-cli
2015-12-20 16:25:45 -08:00
npm install
grunt dev
```
2015-12-20 16:31:44 -08:00
### In Chrome
Open `Settings` > `Extensions`.
At the top, click `Load Unpacked Extension`.
Navigate to your `metamask-plugin/dist` <fieldset></fieldset>older.
2015-12-20 16:31:44 -08:00
Click `Select`.
You now have the plugin, and can click 'inspect views: background plugin' to view its dev console.