Simple Storage Contract Using HardHat framework
npm init
npm install --save-dev hardhat
npx hardhat init
npx hardhat compile
npx hardhat node - Hardhat Network
npx hardhat console --network localhost - Hardhat Console
npx hardhat tests - Run Tests