DApp for proof of physical address (PoPA) attestation for validators of POA Network
GNU General Public License v3.0
24
stars
18
forks
source link
(Fix) Update DApp loading code considering upcoming Breaking Change in MetaMask #200
Closed
varasev closed 6 years ago
Problem: On
November 2nd, 2018
MetaMask and other DApp browsers will stop exposing user accounts by default. Instead, dapps must request access using a new provider method:provider.enable()
. Detailed info is available here: https://medium.com/metamask/https-medium-com-metamask-breaking-change-injecting-web3-7722797916a8Solution: Fix the code which loads DApp according to instructions from
What this means for developers
section of the article mentioned above.