DEV Community

Discussion on: Send React Web3 Transactions via MetaMask with useDapp

Collapse
 
intergalactictrash profile image
intergalactictrash

Great tutorial! If I clone your repo, npm install, npm start, and then click the "increment" button, I get an unsupported chain error (see pic). At first I thought it was something I missed/modified while following this tutorial, but I still get the error when using your repo as-is.

Also, it appears to be changing the state of count appropriately. Everything is working on the blockchain/smart contract side as expected (ropsten.etherscan.io/tx/0xe6cd6480...), but the UI crashes. Anyone else having this issue?

Collapse
 
jacobedawson profile image
Jacob E. Dawson

Hi - sorry for the late reply, tbh I'm not really sure about that, if I get the chance I'll spin the project back up and see what the issue might be.

Collapse
 
davidjamescarter profile image
David James Carter

Yes me too :/

Great tutorial though! :)