openethereum/js
Jaco Greeff a8ae9b02f9 Typo
2016-12-12 18:58:31 +01:00
..
assets
npm Rename ethcore -> parity in licenses. 2016-12-11 19:31:31 +01:00
scripts
src Typo 2016-12-12 18:58:31 +01:00
test Rename ethcore -> parity in licenses. 2016-12-11 19:31:31 +01:00
webpack Build settings 2016-12-12 18:29:45 +01:00
.babelrc
.codeclimate.yml
.editorconfig Initial new UI source code import (#2607) 2016-10-18 11:52:56 +02:00
.eslintrc.json
.gitignore
.istanbul.yml
.npmignore
.npmrc
build.rs Rename ethcore -> parity in license. 2016-12-11 19:30:54 +01:00
Cargo.precompiled.toml authors & homepage => Parity 2016-12-11 19:43:58 +01:00
Cargo.toml authors & homepage => Parity 2016-12-11 19:43:58 +01:00
LICENSE
package.json Build settings 2016-12-12 18:29:45 +01: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