dappuniversity / election

A Decentralized Ethereum Voting Application Tutorial
563 stars 506 forks source link

Update app.js #61

Open borisov90 opened 2 years ago

borisov90 commented 2 years ago

The current way of loading the account data is deprecated (works in Edge, but not on Chrome) Added a check if window.ethereum is available Loads and enables the metamask wallet data Accesses data from the If not (the case for edge) - continues to use the old way of loading the data