openethereum/js
Jaco Greeff b3d502ba78 Allow registration of content bundles in GitHubHint (#3094)
* Clear woner & error on success

* WIP buttons

* Selection bar

* Sanitize GitHub urls

* Complete hint registration

* button-row icons

* PR comments, url check & validation TODO

* PR comments, TODO for validation to show intent
2016-11-02 18:16:50 +01:00
..
assets Remove assets moved to ethcore/dapps-assets (#3082) 2016-11-02 11:28:04 +01:00
scripts Make JS lint & test run on Travis (#2894) 2016-10-31 13:00:02 +01:00
src Allow registration of content bundles in GitHubHint (#3094) 2016-11-02 18:16:50 +01:00
test Initial new UI source code import (#2607) 2016-10-18 11:52:56 +02:00
.babelrc Initial new UI source code import (#2607) 2016-10-18 11:52:56 +02:00
.codeclimate.yml Initial new UI source code import (#2607) 2016-10-18 11:52:56 +02:00
.editorconfig Initial new UI source code import (#2607) 2016-10-18 11:52:56 +02:00
.eslintrc.json Initial new UI source code import (#2607) 2016-10-18 11:52:56 +02:00
.gitignore Publish parity.js to npmjs registry (#2978) 2016-10-30 09:55:46 +01:00
.istanbul.yml Initial new UI source code import (#2607) 2016-10-18 11:52:56 +02:00
.npmignore Initial new UI source code import (#2607) 2016-10-18 11:52:56 +02:00
Cargo.precompiled.toml Fixing UI compilation (#2853) 2016-10-25 12:11:56 +02:00
Cargo.toml Removing submodule in favour of rust crate (#2756) 2016-10-22 20:07:12 +02:00
LICENSE Initial new UI source code import (#2607) 2016-10-18 11:52:56 +02:00
README.md Initial new UI source code import (#2607) 2016-10-18 11:52:56 +02:00
build-server.js Add inject to "bundle everything" list (#2871) 2016-10-26 13:44:38 +02:00
build.rs Fixing UI compilation (#2853) 2016-10-25 12:11:56 +02:00
package.json [ci skip] js-precompiled 20161102-125818 2016-11-02 12:59:29 +00:00
parity.md Publish parity.js to npmjs registry (#2978) 2016-10-30 09:55:46 +01:00
parity.package.json Publish parity.js to npmjs registry (#2978) 2016-10-30 09:55:46 +01:00
webpack.config.js Fixes webpack HTML loader (#3089) 2016-11-02 12:08:22 +01:00
webpack.libraries.js Add inject to "bundle everything" list (#2871) 2016-10-26 13:44:38 +02:00
webpack.npm.js Publish parity.js to npmjs registry (#2978) 2016-10-30 09:55:46 +01:00
webpack.vendor.js Initial new UI source code import (#2607) 2016-10-18 11:52:56 +02:00

README.md

parity.js

JavaScript APIs and UIs for Parity.

development

  1. Install Node if not already available
  2. Change to the js directory inside parity/
  3. Install the npm modules via npm install
  4. Parity should be run with parity --signer-no-validation [...options] (where options can be --chain testnet)
  5. Start the development environment via npm start
  6. Connect to the UI