dependencies used ->
- npm init (to initlize json package)
- npm install hardhat --save-dev (to install hardhat)
- npm hardhat init (to initlize hardhat)
- npx hardhat node (for runnig local network node of 20 accounts)
- npx hardhat run scripts/deploy.js --network localhost
this smart contract was deployed on sepolia testnetwork