openethereum/js
2016-11-01 22:10:05 +00:00
..
assets Update Parity logo (#3036) 2016-11-01 18:12:40 +01:00
scripts Make JS lint & test run on Travis (#2894) 2016-10-31 13:00:02 +01:00
src Swap account phrase to normal input (non-multiline) (#3060) 2016-11-01 22:45:20 +01:00
test
.babelrc
.codeclimate.yml
.editorconfig
.eslintrc.json
.gitignore Publish parity.js to npmjs registry (#2978) 2016-10-30 09:55:46 +01:00
.istanbul.yml
.npmignore
build-server.js
build.rs
Cargo.precompiled.toml
Cargo.toml
LICENSE
package.json [ci skip] js-precompiled 20161101-220850 2016-11-01 22:10:05 +00:00
parity.md Publish parity.js to npmjs registry (#2978) 2016-10-30 09:55:46 +01:00
parity.package.json Publish parity.js to npmjs registry (#2978) 2016-10-30 09:55:46 +01:00
README.md
webpack.config.js Update Parity logo (#3036) 2016-11-01 18:12:40 +01:00
webpack.libraries.js
webpack.npm.js Publish parity.js to npmjs registry (#2978) 2016-10-30 09:55:46 +01:00
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