openethereum/js
Tomasz Drwięga 5c3ea4ec29 Require phrase confirmation. ()
* Require phrase confirmation.

* Linting issues.

* Fix dialog title.

* Confirm a backup phrase.

* Confirm recovery phrase on fist run as well.
2017-06-09 12:25:14 +02:00
..
assets Refactoring of the Dapp Registry () 2017-03-10 13:31:57 +01:00
npm Updating paths to repos. () 2017-03-29 15:17:27 +02:00
scripts Updating documentation for RPCs () 2017-04-08 11:28:04 +02:00
src Require phrase confirmation. () 2017-06-09 12:25:14 +02:00
test Allow signing via Qr () 2017-03-31 23:36:24 +02:00
webpack UI server refactoring () 2017-05-24 12:24:07 +02:00
.babelrc Use babel-runtime as opposed to babel-polyfill () 2017-05-19 16:51:15 +02:00
.codeclimate.yml
.editorconfig
.eslintrc.json
.gitignore YARN () 2017-04-26 11:33:29 +02:00
.istanbul.yml
.npmignore
.npmrc Allow signing via Qr () 2017-03-31 23:36:24 +02:00
.stylelintrc.json
build.rs
Cargo.precompiled.toml Updating syntex et al () 2017-03-21 23:26:05 +03:00
Cargo.toml Updating syntex et al () 2017-03-21 23:26:05 +03:00
LICENSE
package.json [ci skip] js-precompiled 20170604-110515 2017-06-04 11:09:12 +00:00
README.md
yarn.lock Recover from empty phrase in dev mode () 2017-05-30 19:28:50 +02: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