Embed on your college website
Deploy this dApp to a public URL, then embed it as an iframe.
The QR auto-generates and auto-refreshes — it never goes stale.
<iframe
src="https://YOUR-DEPLOYED-URL.vercel.app"
width="100%" height="700"
style="border:none; border-radius:20px;"
></iframe>
Deploy: cd dapp && npm run build && npx vercel --prod