openethereum/js
2017-06-04 11:09:12 +00:00
..
assets
npm
scripts
src Fixing UI issues after UI server refactor (#5710) 2017-06-04 12:34:03 +02:00
test
webpack UI server refactoring (#5580) 2017-05-24 12:24:07 +02:00
.babelrc Use babel-runtime as opposed to babel-polyfill (#5662) 2017-05-19 16:51:15 +02:00
.codeclimate.yml
.editorconfig
.eslintrc.json
.gitignore
.istanbul.yml
.npmignore
.npmrc
.stylelintrc.json
build.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
Cargo.precompiled.toml
Cargo.toml
LICENSE
package.json [ci skip] js-precompiled 20170604-110515 2017-06-04 11:09:12 +00:00
README.md
yarn.lock Recover from empty phrase in dev mode (#5698) 2017-05-30 19:28:50 +02:00

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 --ui-no-validation [...options] (where options can be --chain testnet)
  5. Start the development environment via npm start
  6. Connect to the UI