Description
Allow buyers to click 'Download Receipt' on the success screen, generating a clean PDF summarizing their on-chain payment.
Requirements and context
- Use
react-pdf or similar browser-side generation to avoid server load.
- Include transaction hash, date, amount.
Suggested execution
- Map checkout data into a PDF document model.
Example commit message
feat: implement local PDF receipt generation for buyers
Guidelines
- Complexity: High (200 points)
Description
Allow buyers to click 'Download Receipt' on the success screen, generating a clean PDF summarizing their on-chain payment.
Requirements and context
react-pdfor similar browser-side generation to avoid server load.Suggested execution
Example commit message
feat: implement local PDF receipt generation for buyersGuidelines