openethereum/js
2017-03-15 18:27:17 +00:00
..
assets Refactoring of the Dapp Registry (#4589) 2017-03-10 13:31:57 +01:00
npm
scripts trigger js-precompiled build (#4898) 2017-03-14 11:23:50 +01:00
src Add ability to configure Secure API (for #4885) (#4922) 2017-03-15 19:15:05 +01:00
test UI support for hardware wallets (#4539) 2017-03-02 23:51:56 +01:00
webpack Re-Introducing HappyPack (#4669) 2017-03-07 20:39:36 +01:00
.babelrc
.codeclimate.yml
.editorconfig
.eslintrc.json
.gitignore Re-Introducing HappyPack (#4669) 2017-03-07 20:39:36 +01:00
.istanbul.yml
.npmignore
.npmrc
.stylelintrc.json
build.rs
Cargo.precompiled.toml
Cargo.toml
LICENSE
package.json [ci skip] js-precompiled 20170315-182430 2017-03-15 18:27:17 +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