openethereum/js
2016-11-20 13:35:00 +00:00
..
assets
scripts
src
test
.babelrc
.codeclimate.yml
.editorconfig
.eslintrc.json
.gitignore
.istanbul.yml
.npmignore
build-server.js
build.rs Fixing UI compilation (#2853) 2016-10-25 12:11:56 +02:00
Cargo.precompiled.toml Fixing UI compilation (#2853) 2016-10-25 12:11:56 +02:00
Cargo.toml Removing submodule in favour of rust crate (#2756) 2016-10-22 20:07:12 +02:00
LICENSE
package.json [ci skip] js-precompiled 20161120-133314 2016-11-20 13:35:00 +00:00
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