openethereum/js
2017-04-26 15:56:18 +02:00
..
assets
npm
scripts
src Last couple of dangling icons 2017-04-26 15:56:18 +02:00
test
webpack Semantic ui (#5507) 2017-04-26 13:12:50 +02:00
.babelrc
.codeclimate.yml
.editorconfig
.eslintrc.json
.gitignore YARN (#5395) 2017-04-26 11:33:29 +02:00
.istanbul.yml
.npmignore
.npmrc
.stylelintrc.json
build.rs
Cargo.precompiled.toml
Cargo.toml
LICENSE
package.json Merge branch 'master' into ui-2 2017-04-26 12:39:28 +02:00
README.md
yarn.lock Semantic ui (#5507) 2017-04-26 13:12: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