paritytech/parity-extension

Name: parity-extension

Owner: Parity Technologies

Description: Parity Chrome Extension

Created: 2017-01-12 11:59:54.0

Updated: 2018-05-07 18:05:40.0

Pushed: 2018-05-08 05:41:38.0

Homepage: null

Size: 2463

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

parity-extension

Parity Chrome Extension

Development

To start developing the extension do:

rn install
rn 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.

Run with Parity Dev UI

First run Parity development UI in EMBED mode to start producing embed.js script.

 parity/js
BED=1 npm start

Then run extension and pass EMBED flag as well (this will fetch embed.js from 127.0.0.1:3000 but still connect to 127.0.0.1:8180 for communication).

 parity-extension
BED=1 yarn start

Later proceed with the extension as usual - “Load unpacked extension” from build directory.

Releasing

To prepare a release version of the extension run:

rn release

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


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.