truffle-box / react-box

Truffle, Webpack and React boilerplate.
https://truffle-box.github.io/
MIT License
736 stars 251 forks source link

Update/client #170

Closed ac12644 closed 2 years ago

ac12644 commented 2 years ago
  1. Updated npm packages
  2. Added useEffect & useState in client/src/App.js
  3. Updated client/src/getWeb3.js window.ethereum to window.ethereum.request({ method: 'eth_requestAccounts' }) Screenshot 2022-06-13 at 05 14 10
cliffoo commented 2 years ago

Hey @ac12644 thanks for opening this. The latest version resolves the issues you mentioned.