openethereum/js
Jaco Greeff d14fb2c06c Beta apps typo fix
Former-commit-id: 48662c537e011bca54edbdcf99433aa934507bd5
2016-11-19 00:03:14 +01:00
..
assets Backporting (#3198) 2016-11-04 18:59:49 +01:00
scripts Backporting to beta (#3525) 2016-11-18 20:50:20 +01:00
src Beta apps typo fix 2016-11-19 00:03:14 +01:00
test
.babelrc
.codeclimate.yml
.editorconfig
.eslintrc.json
.gitignore Publish parity.js to npmjs registry (#2978) 2016-10-30 09:55:46 +01:00
.istanbul.yml
.npmignore
build-server.js Add inject to "bundle everything" list (#2871) 2016-10-26 13:44:38 +02:00
build.rs Fixing UI compilation (#2853) 2016-10-25 12:11:56 +02:00
Cargo.precompiled.toml Fixing UI compilation (#2853) 2016-10-25 12:11:56 +02:00
Cargo.toml
LICENSE
package.json Backporting to beta (#3239) 2016-11-07 18:25:58 +01:00
parity.md Publish parity.js to npmjs registry (#2978) 2016-10-30 09:55:46 +01:00
parity.package.json Publish parity.js to npmjs registry (#2978) 2016-10-30 09:55:46 +01:00
README.md
webpack.config.js Handle redirects from /api/content on manifest.json gracefully (#3315) 2016-11-09 20:40:57 +01:00
webpack.libraries.js Add inject to "bundle everything" list (#2871) 2016-10-26 13:44:38 +02:00
webpack.npm.js Publish parity.js to npmjs registry (#2978) 2016-10-30 09:55:46 +01:00
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