Go to file
Dan Finlay 1074215fe1 Add plugin adding doc 2015-12-20 16:31:44 -08:00
app testing continues 2015-12-20 16:22:18 -08:00
test init commit 2015-07-31 18:38:02 -07:00
.editorconfig init commit 2015-07-31 18:38:02 -07:00
.gitattributes init commit 2015-07-31 18:38:02 -07:00
.gitignore meta - gitignore 2015-08-01 16:33:00 -07:00
.jshintrc init commit 2015-07-31 18:38:02 -07:00
.yo-rc.json init commit 2015-07-31 18:38:02 -07:00
Gruntfile.js builds smoothly + forwards txs to extension 2015-08-01 20:50:29 -07:00
README.md Add plugin adding doc 2015-12-20 16:31:44 -08:00
package.json deps - bump provider-engine 2015-12-20 16:28:18 -08:00

README.md

Metamask Plugin

Development

npm install
grunt dev

In Chrome

Open Settings > Extensions. At the top, click Load Unpacked Extension. Navigate to your metamask-plugin/dist folder. Click Select.

You now have the plugin, and can click 'inspect views: background plugin' to view its dev console.