Files
openethereum/js
Arkadiy Paronyan c7dbd87f8e Backporting to beta (#4418)
* v1.5.1

* Disable notifications (#4243)

* Fix wrong token handling (#4254)

* Fixing wrong token displayed

* Linting

* Revert filtering out

* Revert the revert

* Don't panic on uknown git commit hash (#4231)

* Additional logs for own transactions (#4278)

* Integration with zgp whitelist contract (#4215)

* zgp-transactions checker

* polishing

* rename + refactor

* refuse-service-transactions cl option

* fixed tests compilation

* Renaming signAndSendTransaction to sendTransaction (#4351)

* Fixed deadlock in external_url (#4354)

* Fixing web3 in console (#4382)

* Fixing estimate gas in case histogram is not available (#4387)

* Restarting fetch client every now and then (#4399)
2017-02-03 13:57:04 +01:00
..
2016-12-11 19:31:31 +01:00
2017-02-03 13:57:04 +01:00
2017-01-12 17:06:15 +01:00
2016-12-11 17:42:35 +01:00
2016-11-10 11:42:00 +01:00
2016-12-05 11:48:43 +01:00
2016-12-14 16:42:26 +01:00
2016-12-11 19:30:54 +01:00
2016-12-11 19:43:58 +01:00
2017-01-16 13:41:37 +01:00
2016-11-12 15:21:51 +01:00

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