Skip to content

CraigglesO/Parity-UI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Step 1) Install parity (or geth) and start (or continue) syncing

Make sure for this demonstration to open the Webpack's localhost port for CORS requests.

parity --rpccorsdomain="http://localhost:3000"

Step 2) Start the web application first

cd app
npm install
npm start

Webpack will run a local server of our React app. If you remove the electron dependencies it would work in the browser.

Step 3) Boot up Electron

cd Electron
npm install
npm start

About

  • Electron App
  • Front End - React
  • Web3 ready
  • Module Bundler and Development Server - Webpack
  • 2016-2017 (ES6 and ES7 support) - Babel
    • Observables
    • Transform Decorators
  • State Manager - MobX
  • CSS Scaffolding - Bootstrap
  • Icon support - Font Awesome

Pictures

Overview:

alt tag

alt tag

Bootstrap resize example:

alt tag

After five minutes (and eventually to login), you are required to enter a simple passcode [0 0 0 0 for now]:

alt tag

Syncing:

alt tag

Syncing in the dock:

alt tag

When the sync is complete:

alt tag

Loading screen and failure to connect example:

alt tag

License Page:

alt tag

** ADDITIONS!! **

App Store:

alt tag