openethereum/js
Marek Kotewicz e99760de25 fixed #5950, wrong link for Multisig Contract in Wallet (#5983)
fixed #5950, wrong link for Multisig Contract in Wallet
2017-07-13 09:47:36 +02:00
..
assets
npm
scripts [beta] Cancel Transaction (#5656) 2017-05-18 15:19:29 +02:00
src fixed #5950, wrong link for Multisig Contract in Wallet (#5983) 2017-07-13 09:47:36 +02:00
test UI support for hardware wallets (#4539) 2017-03-02 23:51:56 +01:00
webpack
.babelrc
.codeclimate.yml
.editorconfig
.eslintrc.json
.gitignore
.istanbul.yml
.npmignore
.npmrc
.stylelintrc.json
build.rs
Cargo.precompiled.toml Backport syntex update (#5316) 2017-03-29 10:43:13 +02:00
Cargo.toml Backport syntex update (#5316) 2017-03-29 10:43:13 +02:00
LICENSE
package.json [beta] Cancel Transaction (#5656) 2017-05-18 15:19:29 +02: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