Description
Create an on-chain receipt system where each payment generates a verifiable receipt stored as a smart contract event, allowing third-party verification without API access.
Acceptance Criteria
Technical Scope
- backend/src/services/receipts.ts
- backend/src/routes/receipts.ts
- contracts/src/lib.rs
- Edge: receipt data size limits, time-based receipt pruning, receipt forgery detection
Description
Create an on-chain receipt system where each payment generates a verifiable receipt stored as a smart contract event, allowing third-party verification without API access.
Acceptance Criteria
Technical Scope