openethereum/js
Afri Schoedon 36e230ee16
Expanse Byzantium update w/ correct metropolis difficulty increment divisor (#7463)
* Byzantium Update for Expanse

Here the changes go. Hope I didnt miss anything.

* expip2 changes - update duration limit

* Fix missing EXPIP-2 fields

* Format numbers as hex

* Fix compilation errors

* Group expanse chain spec fields together

* Set metropolisDifficultyIncrementDivisor for Expanse

* Revert #7437

* Add Expanse block 900_000 hash checkpoint
2018-01-05 13:49:07 +01:00
..
assets Remove unused and duplicated files in js-old (#7082) 2017-11-21 17:38:06 +01:00
i18n Expanse Byzantium update w/ correct metropolis difficulty increment divisor (#7463) 2018-01-05 13:49:07 +01:00
scripts CI js-precompiled trigger (#7316) 2017-12-18 11:12:36 +01:00
src Fix css lint (updated stylelint) (#7471) 2018-01-05 12:48:35 +01:00
test Fix dappIcon & Fix Signer Pending (#7338) 2017-12-19 17:54:09 +01:00
wasm Merge branch 'master' into ui-2 2017-10-16 12:41:41 +02:00
webpack Upgrade markdown-loader & marked (#7467) 2018-01-05 10:59:35 +01:00
.babelrc
.codeclimate.yml
.editorconfig
.eslintrc.json
.flowconfig
.gitignore
.istanbul.yml
.npmignore
.npmrc
.stylelintrc.json
build.rs
Cargo.precompiled.toml Bumped version (#6809) 2017-10-17 16:48:38 +02:00
Cargo.toml Bumped version (#6809) 2017-10-17 16:48:38 +02:00
LICENSE
package-lock.json Upgrade markdown-loader & marked (#7467) 2018-01-05 10:59:35 +01:00
package.electron.json Merge branch 'master' into ui-2 2017-10-16 12:41:41 +02:00
package.json Upgrade markdown-loader & marked (#7467) 2018-01-05 10:59:35 +01: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