openethereum/js
Jaco Greeff 183efe9d19 Display AccountCard name via IdentityName (#4235)
* Display AccountCard name via IdentityName

* Pass name through (catches registry reverse display)
2017-01-23 17:33:03 +01:00
..
assets
npm
scripts
src Display AccountCard name via IdentityName (#4235) 2017-01-23 17:33:03 +01:00
test
webpack Embeddable ParityBar (#4222) 2017-01-23 13:04:08 +01:00
.babelrc
.codeclimate.yml Initial new UI source code import (#2607) 2016-10-18 11:52:56 +02:00
.editorconfig
.eslintrc.json Eslint formatting updates (#4234) 2017-01-23 13:39:52 +01:00
.gitignore
.istanbul.yml
.npmignore
.npmrc
.stylelintrc.json
build.rs Rename ethcore -> parity in license. 2016-12-11 19:30:54 +01:00
Cargo.precompiled.toml
Cargo.toml
LICENSE
package.json [ci skip] js-precompiled 20170123-160350 2017-01-23 16:06:59 +00:00
README.md Switch --signer- to --ui- 2016-11-12 15:21:51 +01:00

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