openethereum/js
2017-08-25 16:31:48 +08:00
..
assets
npm
scripts Updating documentation for RPCs (#5392) 2017-04-08 11:28:04 +02:00
src
test
wasm
webpack
.babelrc
.codeclimate.yml
.editorconfig Initial new UI source code import (#2607) 2016-10-18 11:52:56 +02:00
.eslintrc.json
.gitignore
.istanbul.yml Initial new UI source code import (#2607) 2016-10-18 11:52:56 +02:00
.npmignore
.npmrc
.stylelintrc.json Add lint:css 2016-12-14 16:42:26 +01:00
build.rs
Cargo.precompiled.toml Updating syntex et al (#4983) 2017-03-21 23:26:05 +03:00
Cargo.toml
LICENSE
package-lock.json
package.json [ci skip] js-precompiled 20170821-094253 2017-08-21 09:48:30 +00:00
README.md
yarn.lock

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