openethereum/js
2017-08-02 10:02:53 +02:00
..
i18n
scripts
src Use serviceWorker from shared 2017-08-01 15:05:44 +02:00
test
wasm
webpack Cleanup webpack config 2017-08-02 08:44:56 +02:00
.babelrc
.codeclimate.yml
.editorconfig
.eslintrc.json
.flowconfig
.gitignore Ui 2 packages (#6169) 2017-07-28 10:25:34 +02:00
.istanbul.yml
.npmignore
.npmrc
.stylelintrc.json
build.rs
Cargo.precompiled.toml
Cargo.toml
lerna.json
LICENSE
package-lock.json Update 2017-08-01 17:35:17 +02:00
package.json Add dapp-develop 2017-08-02 10:02:53 +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