openethereum/js
2016-11-01 04:29:59 +00:00
..
assets Add favicon (#2974) 2016-10-29 19:06:33 +02:00
scripts Make JS lint & test run on Travis (#2894) 2016-10-31 13:00:02 +01:00
src fix background of embedded signer (#3026) 2016-10-31 23:37:12 +01:00
test
.babelrc
.codeclimate.yml
.editorconfig
.eslintrc.json
.gitignore Publish parity.js to npmjs registry (#2978) 2016-10-30 09:55:46 +01:00
.istanbul.yml
.npmignore
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
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
package.json [ci skip] js-precompiled 20161101-042855 2016-11-01 04:29:59 +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
README.md
webpack.config.js Align tag inputs with other input boxes (#2965) 2016-10-31 23:22: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

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