/parity-extension

Parity Chrome Extension

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

parity-extension

Parity Chrome Extension

Development

To start developing the extension do:

$ npm install
$ npm start

Then head off to chrome://extensions, click "Load unpacked extension" and point to build directory.

Whenever you change anything the extension will be re-compiled, although you may need to Reload the extension to see the changes.

Releasing

To prepare a release version of the extension run:

$ npm run release

This will create release directory with a zip file required for upload.