Skip to content
/ shell Public
forked from parity-js/shell

Parity UI - The Parity Dapp shell, browser & launcher (Electron app)

License

Notifications You must be signed in to change notification settings

chevdor/shell

 
 

Repository files navigation

Parity UI - User Interface Desktop Application for Parity Ethereum Client

GPLv3

Join the chat!

Get in touch with us on Gitter: Gitter: Parity

Or join our community on Matrix: Riot: +Parity

Be sure to check out our wiki for more information.


About Parity UI

Parity UI is a User Interface desktop application for Parity Ethereum Client >=v1.10. In order to use Parity UI, you must have Parity Ethereum Client >=v1.10 installed on your system. By default Parity UI will listen to any running Parity client on your system and connect to it. If none was found, a Parity Ethereum Client process will be launched in background and connect to Ethereum mainnet.

If you run into any User Interface related issue while using Parity UI, feel free to file one in this repository or hop on our Gitter or Riot chat room to ask a question. We are glad to help!

You can download Parity UI at https://github.com/parity-js/shell/releases/latest or follow the instructions below to build from source.

Install from the snap store

In any of the supported Linux distros:

sudo snap install parity-ui --beta

And to test the latest code landed into the master branch:

sudo snap install parity-ui --edge

Build from source

Parity UI lives in the next branch. The master branch contains the browser-based UI bundled inside Parity v1.9-stable. The next branch contains the standalone Electron app.

The first step is to checkout the next branch:

git checkout next

Then run the following:

npm install
npm run electron

You should see the Electron app popping up.

Build the binary (Optional)

One further, albeit optional step is to create an OS-spefific binary. This is done with the following command:

npm run release

This command may take some time. Once finished, you will see binaries for you OS in the dist/ folder.

Developing

The best Developer Experience is achieved by running:

parity --ui-no-validation # Warning: INSECURE. Only use it when developing the UI.
npm start

A new browser tab will open on http://localhost:3000 with the UI, and this tab will refresh on any code change. This DX allows fast iterations.

If you want to test the rendering in an Electron window, run parallely with the previous command:

npm run electron:dev

This will spawn an Electron window serving http://localhost:3000. Same thing, the Electron window will refresh on any code change.

Screenshot

Parity UI home

About

Parity UI - The Parity Dapp shell, browser & launcher (Electron app)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 93.0%
  • CSS 4.8%
  • Other 2.2%