Go to file
Max Alekseenko 1cecd5d169 Add in-app network switch (#203)
* add network select

* new network select component

* improve network switch

* Fixes and refactoring

* Refactoring
2019-10-29 09:43:19 +03:00
.github PR template 2018-07-12 15:52:29 +03:00
config (Fix) Don't precache index.html 2018-06-26 09:44:07 +03:00
docs Update png for StateOfTheDapps 2018-08-27 19:49:36 +03:00
public Add in-app network switch (#203) 2019-10-29 09:43:19 +03:00
scripts mobx state management is added 2017-12-19 17:27:27 +03:00
src Add in-app network switch (#203) 2019-10-29 09:43:19 +03:00
.babelrc mobx dependencies are added 2017-12-19 14:04:22 +03:00
.editorconfig (chore) Add .editorconfig 2018-07-16 18:14:04 -03:00
.eslintrc Prettier config was added 2018-07-12 15:40:39 +03:00
.gitignore Update addresses for core network 2017-12-25 22:25:17 +03:00
.nvmrc Prettier config was added 2018-07-12 15:40:39 +03:00
.prettierignore Prettier config was added 2018-07-12 15:40:39 +03:00
.prettierrc Prettier config was added 2018-07-12 15:40:39 +03:00
LICENSE Create LICENSE 2018-02-14 15:11:34 -07:00
README.md Add Kovan testnet 2019-04-26 10:03:08 +03:00
jsconfig.json Add card id + have live clockwatch 2018-01-05 12:36:25 -08:00
package-lock.json Add in-app network switch (#203) 2019-10-29 09:43:19 +03:00
package.json Merge branch 'core' into feature/#187-new-style-for-xdai-network 2018-12-20 11:00:18 -03:00

README.md

POA Network Governance Dapp

Base supported networks

  • Core POA network (RPC endpoint: https://core.poa.network)
  • xDai chain (RPC endpoint: https://dai.poa.network)
  • Sokol testnet (RPC endpoint: https://sokol.poa.network)
  • Kovan testnet (RPC endpoint: https://kovan.infura.io/)

Supported browsers

  • Google Chrome v 59.0.3071.115+

MetaMask/Nifty Wallet extensions setup

Governance Dapp overview

Please check related posts in wiki Governance Overview and Ballots life cycle

Configuration

Governance DApp is configured with POA Network governance contracts

There are contracts' addresses for Sokol, Core, xDai, and Kovan.

Building from source

  1. npm i

  2. npm start