swisstackle / football_marketplace

Ethereum Blockchain Dapp that aims to improve teamwork within an organization.
0 stars 0 forks source link

Account switching #16

Open swisstackle opened 2 years ago

swisstackle commented 2 years ago

Make sure it is possible to switch accounts. At the moment the account object in App.js always uses the first contract and when you switch the account in metamask, the object doesnt change to the new account.

swisstackle commented 2 years ago

https://stackoverflow.com/questions/71593572/web3js-intercepting-when-metamask-connects-manually/71596166#71596166

I got the answer to my question on stackoverflow