openethereum/js
Gav Wood cfbd5bd713 Merge pull request #3427 from ethcore/ng-address-input-improv
Scrollable accounts in autocomplete
2016-11-14 18:30:50 +01:00
..
assets
scripts
src Merge pull request #3427 from ethcore/ng-address-input-improv 2016-11-14 18:30:50 +01:00
test
.babelrc
.codeclimate.yml
.editorconfig
.eslintrc.json
.gitignore
.istanbul.yml
.npmignore
build-server.js
build.rs
Cargo.precompiled.toml
Cargo.toml
LICENSE
package.json
parity.md
parity.package.json
README.md
webpack.config.js
webpack.libraries.js
webpack.npm.js
webpack.vendor.js

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