Go to file
Roman Storm 2681a8709e
Merge pull request #25 from rstormsf/core
load addresses based on netId
2017-12-30 12:41:50 -08:00
.github Remove dublication of code for addresses 2017-12-30 12:37:24 -08:00
docs README is updated to match new dApp 2017-12-21 14:06:50 +03:00
public Fixes: 2017-12-29 22:27:13 -08:00
src Remove dublication of code for addresses 2017-12-30 12:37:24 -08:00
.gitignore add error message if metamask wasnot found 2017-12-12 00:29:28 -08:00
README.md Footer is updated with current social links; oraclesorg references are removed 2017-12-25 21:04:59 +03:00
package-lock.json package.json name and version update 2017-12-21 15:40:29 +03:00
package.json remove string for netlify deployment 2017-12-29 22:45:35 -08:00

README.md

POA Network Validators Dapp

Supported browsers

  • Google Chrome v 59.0.3071.115+

MetaMask plugin setup

Configuration file

It is configured with POA Network contract

Path: ./src/contracts/addresses.js

module.exports = {
  METADATA_ADDRESS: '0xcBB2912666c7e8023B7ec78B6842702eB26336aC',
  KEYS_MANAGER_ADDRESS: '0xfc90125492e58dbfe80c0bfb6a2a759c4f703ca8',
  POA_ADDRESS: '0x8bf38d4764929064f2d4d3a56520a76ab3df415b'
}

Building from source

  1. npm i

  2. npm start