openethereum/js
Craig O'Connor c39952a727 Mui be gone 2 (#5540)
* mui-be-gone

* second

* Revert ~/dapp mui removal

* Overlay text color
2017-05-03 12:25:16 +02:00
..
assets
npm
scripts
src Mui be gone 2 (#5540) 2017-05-03 12:25:16 +02:00
test mocha babel ignores (@parity modules) 2017-04-20 11:56:13 +02:00
webpack UI 2 component & modal splits (#5525) 2017-04-28 11:21:05 +02:00
.babelrc
.codeclimate.yml
.editorconfig
.eslintrc.json
.gitignore YARN (#5395) 2017-04-26 11:33:29 +02:00
.istanbul.yml
.npmignore
.npmrc
.stylelintrc.json
build.rs
Cargo.precompiled.toml
Cargo.toml
LICENSE
package.json Merge branch 'master' into ui-2 2017-05-03 10:40:53 +02:00
README.md
yarn.lock Semantic ui (#5507) 2017-04-26 13:12: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