Crypto Invoice Generator

Create a clean USDC/USDT invoice with wallet, network, QR, due date, and line items.

Invoice Details
Sender / Client
Line Items
Notes

Invoice

Payment requested
No.
Date
Due
Token

From

Bill To

Description Qty Rate Total
Subtotal
Total
Payment QR code

Payment

Need quote templates, follow-up emails, and freelancer prompts? See Fast Freelance Fixes.
`; const blob = new Blob([html], { type: "text/html" }); const url = URL.createObjectURL(blob); const a = document.createElement("a"); a.href = url; a.download = `${document.getElementById("invoiceNumber").value || "invoice"}.html`; a.click(); URL.revokeObjectURL(url); }); loadState(); update();