What is hardhat and how to deploy your first smart contract using it?
Here is everything you need to know
hardhat is a toolkit that helps you to create, deploy, test, and run your smart contract.
Setup
Install yarn
npm install -g yarn
yarn init -y
yarn add -D hardhat
Create your hardhat project
npx hardhat
Click...
itsanishjain.hashnode.dev1 min read
Mukunde Brisa
Software Developer
Great Doc brother