openethereum/js
Gav Wood b7a76be23a Merge pull request #3447 from ethcore/jg-basiccoin
Display deployed Basic token addresses
2016-11-16 11:46:20 +08:00
..
assets
scripts
src Merge pull request #3447 from ethcore/jg-basiccoin 2016-11-16 11:46:20 +08:00
test
.babelrc
.codeclimate.yml Initial new UI source code import (#2607) 2016-10-18 11:52:56 +02:00
.editorconfig
.eslintrc.json
.gitignore
.istanbul.yml Initial new UI source code import (#2607) 2016-10-18 11:52:56 +02:00
.npmignore
build-server.js
build.rs
Cargo.precompiled.toml
Cargo.toml Removing submodule in favour of rust crate (#2756) 2016-10-22 20:07:12 +02:00
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