openethereum/js
2017-11-10 09:31:32 +01:00
..
assets
npm
scripts Display vouched overlay on dapps (#6710) 2017-10-11 21:05:50 +02:00
src Disallow builtin multisig deploy (only watch) 2017-11-10 09:31:32 +01:00
test PubSub for parity-js (#5830) 2017-07-06 09:50:27 +02:00
wasm updated tiny-keccak to 1.3 2017-08-07 10:06:02 +02:00
webpack Add new md tnc (#5937) 2017-07-10 13:23:59 +02:00
.babelrc
.codeclimate.yml
.editorconfig
.eslintrc.json
.gitignore
.istanbul.yml
.npmignore
.npmrc
.stylelintrc.json
build.rs
Cargo.precompiled.toml Update jsonrpc dependencies and rewrite dapps to futures. (#6522) 2017-10-05 12:35:01 +02:00
Cargo.toml Update jsonrpc dependencies and rewrite dapps to futures. (#6522) 2017-10-05 12:35:01 +02:00
LICENSE
package-lock.json [ci skip] js-precompiled 20171012-181858 2017-10-12 18:24:04 +00:00
package.json [ci skip] js-precompiled 20171012-181858 2017-10-12 18:24:04 +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