The greatest approach to improve your Web 3.0 skills is to use them to create coding projects. But building them from scratch and adding different libraries can be challenging. This is why in this article we will be creating a simple full-stack appli...
suhailkakar.com9 min read
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.
Awesome article Suhail, it was very concise
Milaifon Alex
all in web3
smart contract how to input to react? thanks!!!