Nice article which gives some basic understanding of connecting to web3 from regular react ui.
One thing to notice - combining yarn and npm might lead to some potential issues. For me all worked like a charm when I replaced this
yarn add ethers hardhat @nomiclabs/hardhat-waffle ethereum-waffle chai @nomiclabs/hardhat-ethers
by this
npm i ethers hardhat @nomiclabs/hardhat-waffle ethereum-waffle chai @nomiclabs/hardhat-ethers
hey suhail I try to run this command npx hardhat

but this error comes I even install mention packages
This is incredible, Suhail. Do you have any examples of web3 apps you've built yourself?
Why don't you create some web 3.0 tutorials on YouTube.Your articles are super amazing.
This right here is just incredible dude!
I'll be following this on Tuesday for sure.
Milaifon Alex
all in web3
smart contract how to input to react? thanks!!!