npx hardhat --init
npx hardhat compile
-- Update .env.eng file as .env and update with your details
npx hardhat ignition deploy ./ignition/modules/Cert.ts --network hoodi
npm create vite@latest CertReact
--Go to React folder
npm i
Start React
npm run dev