openethereum/js
Craig O'Connor 2badd9778b Semantic ui (#5507)
* semantic addition

* semantic addition

* semantic-ui into @parity/ui dependency

* Merge updates

* Update missing imports to use ~

* Clean @parity modules with clean

* Updated yarn.lock
2017-04-26 13:12:50 +02:00
..
assets Refactoring of the Dapp Registry (#4589) 2017-03-10 13:31:57 +01:00
npm
scripts Updating documentation for RPCs (#5392) 2017-04-08 11:28:04 +02:00
src Semantic ui (#5507) 2017-04-26 13:12:50 +02:00
test mocha babel ignores (@parity modules) 2017-04-20 11:56:13 +02:00
webpack Semantic ui (#5507) 2017-04-26 13:12:50 +02:00
.babelrc
.codeclimate.yml
.editorconfig
.eslintrc.json
.gitignore YARN (#5395) 2017-04-26 11:33:29 +02:00
.istanbul.yml
.npmignore
.npmrc
.stylelintrc.json
build.rs
Cargo.precompiled.toml
Cargo.toml
LICENSE
package.json Merge branch 'master' into ui-2 2017-04-26 12:39:28 +02:00
README.md
yarn.lock Semantic ui (#5507) 2017-04-26 13:12:50 +02: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