openethereum/js
Tomasz Drwięga 1aea9caf6d [beta] Cancel Transaction (#5656)
* option to disable persistent txqueue (#5544)

* option to disable persistent txqueue

* New option goes with kin

* Remove transaction RPC (#4949)

* Cancel tx JS (#4958)

* Remove transaction RPC

* Bumping multihash and libc

* Updating nanomsg

* bump nanomsg

* cancel tx

* cancel-tx-js

* cancel-tx-js

* cancel-tx-js

* cancel-tx-hs

* cancel-tx-js

* cancel-tx-js

* cancel-tx-js

* small fixes

* edit & time till submit

* edit & time till submit

* updates

* updates

* udpates

* udpates

* grumbles

* step 1

* Wonderful updates

* ready

* small refact

* small refact

* grumbles 1

* ffx2

* good ol' fashioned updates

* latest and greatest

* removeHash

* removeHash

* spec

* fix 1

* fix 1

* fix 2

* fix 2

* ff

* ff

* ff

* updates

* Updating documentation for RPCs (#5392)

* Removing minBlocks occurrencies

* Docs for new RPCs.

* Fixing linting issues, updating *withToken documentatiojn.

* Adding missing RPCs. Fixing tests.

* Fixing lint issues.
2017-05-18 15:19:29 +02:00
..
assets Fixed fonts URLs (#4579) 2017-02-16 16:37:40 +01:00
npm
scripts [beta] Cancel Transaction (#5656) 2017-05-18 15:19:29 +02:00
src [beta] Cancel Transaction (#5656) 2017-05-18 15:19:29 +02:00
test UI support for hardware wallets (#4539) 2017-03-02 23:51:56 +01:00
webpack remove vertx from Webpack config (#4576) 2017-02-16 17:43:27 +01:00
.babelrc Extract i18n string into i18n/_defaults (base of translations) (#4514) 2017-02-14 13:16:39 +01:00
.codeclimate.yml
.editorconfig
.eslintrc.json
.gitignore
.istanbul.yml
.npmignore
.npmrc
.stylelintrc.json
build.rs
Cargo.precompiled.toml Backport syntex update (#5316) 2017-03-29 10:43:13 +02:00
Cargo.toml Backport syntex update (#5316) 2017-03-29 10:43:13 +02:00
LICENSE
package.json [beta] Cancel Transaction (#5656) 2017-05-18 15:19:29 +02: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