openethereum/js
2016-11-09 13:12:28 +01:00
..
assets Remove dapp logos (GHH points to dapp-assets) (#3192) 2016-11-04 17:03:28 +01:00
scripts Back to real root (#3178) 2016-11-04 12:54:23 +01:00
src Fix typo (#3298) 2016-11-09 13:12:28 +01:00
test
.babelrc
.codeclimate.yml
.editorconfig
.eslintrc.json
.gitignore
.istanbul.yml
.npmignore Initial new UI source code import (#2607) 2016-10-18 11:52:56 +02:00
build-server.js Manual bump of package.json (recovery) (#3295) 2016-11-09 00:07:06 +01:00
build.rs
Cargo.precompiled.toml
Cargo.toml
LICENSE
package.json [ci skip] js-precompiled 20161109-111303 2016-11-09 11:14:24 +00:00
parity.md
parity.package.json
README.md
webpack.config.js Fix /parity-utils/{web3,parity}.js webpack errors (#3221) 2016-11-06 17:42:25 +01:00
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 --signer-no-validation [...options] (where options can be --chain testnet)
  5. Start the development environment via npm start
  6. Connect to the UI