openethereum/js
2016-11-14 12:31:26 +01:00
..
assets
scripts Manual bump of package.json (#3345) 2016-11-10 15:01:07 +01:00
src sms verification: add terms of service 2016-11-14 12:31:26 +01:00
test
.babelrc
.codeclimate.yml
.editorconfig
.eslintrc.json
.gitignore
.istanbul.yml
.npmignore
build-server.js
build.rs
Cargo.precompiled.toml
Cargo.toml
LICENSE
package.json
parity.md Publish parity.js to npmjs registry (#2978) 2016-10-30 09:55:46 +01:00
parity.package.json
README.md
webpack.config.js
webpack.libraries.js
webpack.npm.js
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 --ui-no-validation [...options] (where options can be --chain testnet)
  5. Start the development environment via npm start
  6. Connect to the UI