openethereum/js
2017-07-27 13:24:23 +02:00
..
i18n
packages contractDevelop Debugger (Bonds) in progress 2017-07-27 13:24:23 +02:00
scripts
src Ui 2 pubsub components (#6152) 2017-07-26 16:54:47 +02:00
test
wasm
webpack Ui 2 pubsub components (#6152) 2017-07-26 16:54:47 +02:00
.babelrc
.codeclimate.yml
.editorconfig
.eslintrc.json
.flowconfig
.gitignore
.istanbul.yml
.npmignore
.npmrc
.stylelintrc.json
build.rs
Cargo.precompiled.toml
Cargo.toml
lerna.json
LICENSE
package-lock.json Upgrade webpack 2017-07-26 12:08:34 +02:00
package.json Upgrade webpack 2017-07-26 12:08:34 +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