openethereum/js
2017-01-07 04:21:07 +00:00
..
assets implement basic badges/certifications/flair (#3665) 2016-11-30 21:39:06 +01:00
npm Rename ethcore -> parity in licenses. 2016-12-11 19:31:31 +01:00
scripts Update babel-loader for WebPack 2.2-rc (#3953) 2016-12-22 17:44:29 +01:00
src Passwords are valid by default (#4075) 2017-01-06 17:56:57 +01:00
test Account view updates (#4008) 2017-01-05 12:06:35 +01:00
webpack Make Wallet first-class citizens (#3990) 2016-12-30 11:28:12 +00:00
.babelrc
.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
.npmrc
.stylelintrc.json
build.rs
Cargo.precompiled.toml
Cargo.toml
LICENSE Initial new UI source code import (#2607) 2016-10-18 11:52:56 +02:00
package.json [ci skip] js-precompiled 20170107-041806 2017-01-07 04:21:07 +00:00
README.md

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