openethereum/js
2017-05-17 14:20:07 +02:00
..
npm
scripts
src Merge branch 'master' into ui-2 2017-05-16 17:03:17 +02:00
test
webpack Ui 2 cleanups (unused components, shared assets) (#5636) 2017-05-16 16:01:11 +02:00
.babelrc
.codeclimate.yml
.editorconfig
.eslintrc.json
.gitignore
.istanbul.yml
.npmignore
.npmrc
.stylelintrc.json
build.rs
Cargo.precompiled.toml
Cargo.toml
LICENSE
package.json Merge branch 'master' into ui-2 2017-05-17 14:20:07 +02:00
README.md
yarn.lock

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