Steps to Set Up
Setting Up the Development Environment
1. Initialize the Project
mkdir MySolidityProject
cd MySolidityProject
npm init -y2. Install Solidity and Hardhat Dependencies
npm install --save-dev hardhat @nomiclabs/hardhat-ethers ethers