Files
openethereum/js
Jaco Greeff a9e7f59203 Merge branch 'master' into jg-js-release-fix (#2924)
# Conflicts:
#	js/scripts/release.sh
2016-10-27 21:15:41 +02:00
..
2016-10-26 22:25:51 +02:00
2016-10-27 19:26:34 +02:00
2016-10-25 12:11:56 +02:00
2016-10-26 16:27:53 +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 --signer-no-validation [...options] (where options can be --chain testnet)
  5. Start the development environment via npm start
  6. Connect to the UI