Go to file
Vadim d3026e7c0c (Fix) Display alert "Invalid voting key" for Confirm and Finalize btns
Related to https://github.com/poanetwork/poa-dapps-validators/issues/72
2018-11-13 13:42:18 +03:00
.github Remove dublication of code for addresses 2017-12-30 12:37:24 -08:00
build_scripts eslint + prettier configuration 2018-07-11 18:50:14 +03:00
config eslint + prettier configuration 2018-07-11 18:50:14 +03:00
documents Updated screenshot for StateOfTheDapps 2018-08-27 19:42:34 +03:00
public Add confirmed/unconfirmed icon to physical addresses. 2018-09-04 09:03:35 -03:00
scripts eslint + prettier configuration 2018-07-11 18:50:14 +03:00
src (Fix) Display alert "Invalid voting key" for Confirm and Finalize btns 2018-11-13 13:42:18 +03:00
.babelrc eslint + prettier configuration 2018-07-11 18:50:14 +03:00
.editorconfig [chore] Add .editorconfig 2018-07-03 18:58:24 -03:00
.eslintrc eslint + prettier configuration 2018-07-11 18:50:14 +03:00
.gitignore add error message if metamask wasnot found 2017-12-12 00:29:28 -08:00
.nvmrc eslint + prettier configuration 2018-07-11 18:50:14 +03:00
.prettierignore .prettierignore fix 2018-07-17 18:39:42 -03:00
.prettierrc eslint + prettier configuration 2018-07-11 18:50:14 +03:00
LICENSE Create LICENSE 2018-02-14 14:09:00 -07:00
README.md [fix] Link URL to connecto to POA Network in MetaMask. 2018-07-16 11:35:14 -03:00
package-lock.json [fix] Applied prettier formatting to files. 2018-07-17 18:38:28 -03:00
package.json (chore) Applied linting. (+1 squashed commit) 2018-07-18 15:19:51 -03:00

README.md

POA Network Validators DApp

Validators DApp is built for POA Network based blockchains. It gives an opportunity for the current validators of the network to set their personal information on-chain. Also, everyone can view current validators' personal data from this DApp.

Base supported networks

  • Core POA network (RPC endpoint: https://core.poa.network)
  • Sokol POA network (RPC endpoint: https://sokol.poa.network)

Supported browsers

  • Google Chrome v 59.0.3071.115+

MetaMask plugin setup

Validators DApp is based on POA Network Governance contracts

Validator role

Set metadata

If you are a new validator of the POA Network and your validator node is successfully launched, you should fill your personal data. To do it you need:

  • connect to the corresponding endpoint of POA Network in Metamask
  • select your voting key from accounts in Metamask
  • click SET METADATA in the navigation bar
  • fill all fields in the form of a new validator
  • click + SET METADATA button
  • confirm transaction in Metamask.

That's it. After DApp will get a receipt for the transaction you'll see a success message and your personal data will be added to the list of validators.

If you need to change already submitted data you need to repeat previous instruction with the only difference your changes will be applied after two confirmations from other validators.

Confirm and finalize change in metadata

If you are an active validator of POA Network you have an ability to confirm pending changes of personal information from other validators. To do it you need:

  • connect to the corresponding endpoint of POA Network in Metamask
  • select your voting key from accounts in Metamask
  • click PENDING CHANGES in the navigation bar. You'll see all pending changes
  • find pending changes card
  • click Confirm button

If you see Finalize button, then 2 confirmations are already submitted and you or any other validator might click it to apply changes of validator's personal data.

Building from source

  1. npm i

  2. npm start