openethereum/js
Nicolas Gotchac 248437fa1d Implements Trace API Formatter (#2732)
* Add formatter for Traces API output (#2700)

* Adding formatter tests (#2700)
2016-10-19 20:15:27 +02:00
..
assets
build@f0078b1474 Bump js-precompiled to 20161018-161705 (#2698) 2016-10-19 11:03:08 +02:00
scripts Bump js-precompiled to 20161018-161705 (#2698) 2016-10-19 11:03:08 +02:00
src Implements Trace API Formatter (#2732) 2016-10-19 20:15:27 +02:00
test
.babelrc
.codeclimate.yml
.editorconfig
.eslintrc.json
.gitignore
.istanbul.yml
.npmignore
build-server.js
LICENSE
package.json Allow tags for Accounts, Addresses and Contracts (#2712) 2016-10-19 11:51:02 +02:00
README.md
webpack.config.js Allow tags for Accounts, Addresses and Contracts (#2712) 2016-10-19 11:51:02 +02: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