openethereum/js
2016-11-17 18:44:01 +01:00
..
assets Remove dapp logos (GHH points to dapp-assets) (#3192) 2016-11-04 17:03:28 +01:00
scripts Fixing tests, fixing refreshing precompiled (#3483) 2016-11-17 10:58:07 +01:00
src
test Initial new UI source code import (#2607) 2016-10-18 11:52:56 +02:00
.babelrc Initial new UI source code import (#2607) 2016-10-18 11:52:56 +02:00
.codeclimate.yml
.editorconfig Initial new UI source code import (#2607) 2016-10-18 11:52:56 +02:00
.eslintrc.json
.gitignore Git pre-push checks for UI (#3072) 2016-11-10 11:42:00 +01:00
.istanbul.yml
.npmignore
build-server.js
build.rs
Cargo.precompiled.toml
Cargo.toml
LICENSE
package.json
parity.md
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