DEV Community

Discussion on: How to use Web3-react to develop DApp

Collapse
 
thisisruddy profile image
Dan Ruddy Watts

Thanks for the tutorial

You do not seem to show how to make contract calls with the v8 pattern and I've been struggling for hours

Also, I need Web3.js provider instance, not the ethers.js that gets instantiated by useProvider in v8 by default

Any thoughts? Or just switch back to v6? 😅

Collapse
 
yakult profile image
fangjun

you can refer to the v8 example in the web3-react repo: github.com/NoahZinsmeister/web3-re...