Steps To Have Local Setup for Hardhat:
-
Have an IDE + Node Installed Locally. (LTS v22.14.0)
-
Run Command to Set Up a Node Project.
- Creates the Node Project:
npm init -y
- Installs Hardhat:
npm i --save-dev hardhat
- Creates the Node Project:
-
Create a Hardhat Project:
npx hardhat