openethereum/js
Gav Wood a51066bdca Merge pull request #3618 from ethcore/jg-list-accounts
Use accountsInfo instead of eth_accounts for first check
2016-11-25 18:46:07 +01:00
..
assets Remove dapp logos (GHH points to dapp-assets) (#3192) 2016-11-04 17:03:28 +01:00
scripts
src Merge pull request #3618 from ethcore/jg-list-accounts 2016-11-25 18:46:07 +01:00
test Smarter Tokens fetching (#3546) 2016-11-23 10:30:47 +01:00
.babelrc Initial new UI source code import (#2607) 2016-10-18 11:52:56 +02:00
.codeclimate.yml
.editorconfig
.eslintrc.json
.gitignore
.istanbul.yml
.npmignore
build-server.js
build.rs
Cargo.precompiled.toml
Cargo.toml
LICENSE
package.json [ci skip] js-precompiled 20161125-113155 2016-11-25 11:36:32 +00:00
parity.md
parity.package.json
README.md
webpack.config.js Fix local tx requests (#3589) 2016-11-23 21:35:10 +01:00
webpack.libraries.js Fix parity.js badly built (#3526) 2016-11-18 19:49:30 +01:00
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