openethereum/js
Jaco Greeff 618cc072b9 Change to more common focused spelling (#3264)
Former-commit-id: b39e5438d9aa2cecab3cc880181d065758a8dd87
2016-11-09 20:40:57 +01:00
..
assets Backporting (#3198) 2016-11-04 18:59:49 +01:00
scripts Backporting to beta (#3176) 2016-11-04 14:12:15 +01:00
src Change to more common focused spelling (#3264) 2016-11-09 20:40:57 +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 Backporting to beta (#3239) 2016-11-07 18:25:58 +01:00
parity.md
parity.package.json
README.md
webpack.config.js UI fixes backporting (#3234) 2016-11-07 17:41:55 +01:00
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 --signer-no-validation [...options] (where options can be --chain testnet)
  5. Start the development environment via npm start
  6. Connect to the UI