openethereum/js
2017-10-16 10:08:36 +02:00
..
assets
npm
scripts Display vouched overlay on dapps (#6710) 2017-10-11 21:05:50 +02:00
src Fix sign data typo, ref #6737 (#6750) 2017-10-16 10:08:36 +02:00
test
wasm v1.9.0 (#6727) 2017-10-12 23:44:02 +02:00
webpack
.babelrc
.codeclimate.yml
.editorconfig
.eslintrc.json
.gitignore
.istanbul.yml
.npmignore
.npmrc
.stylelintrc.json
build.rs
Cargo.precompiled.toml
Cargo.toml v1.9.0 (#6727) 2017-10-12 23:44:02 +02:00
LICENSE
package-lock.json [ci skip] js-precompiled 20171013-002644 2017-10-13 00:31:48 +00:00
package.json [ci skip] js-precompiled 20171013-002644 2017-10-13 00:31:48 +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