Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

DPP-CQ Verifier — 东方优品验真参考实现

Open-source product verification system implementing the DPP-CQ (Digital Product Passport — Cultural Quality) standard.

Overview

This repository provides a reference implementation of the DPP-CQ verification protocol. It demonstrates how to build a consumer-facing product verification system that validates authenticity through NFC tags, QR codes, and manual input.

Architecture

┌──────────────────┐     ┌──────────────────┐     ┌──────────────────┐
│  Consumer App /   │     │  Verification    │     │  Registry        │
│  Web Frontend     │     │  Service         │     │  (Blockchain)    │
│                   │     │                  │     │                  │
│ · NFC scan        │ ──→ │ · DID resolution │ ──→ │ · Credential     │
│ · QR scan         │     │ · ZKP verify     │     │   storage        │
│ · Manual input    │     │ · Status check   │     │ · Revocation     │
│ · Result display  │     │ · Audit logging  │     │   registry       │
└──────────────────┘     └──────────────────┘     └──────────────────┘

Features

  • Multi-modal Verification: NFC tag reading, QR code scanning, and manual code entry
  • Real-time Validation: Instant verification against the credential registry
  • Visual Feedback: Clear authenticity indicators with product details
  • Audit Trail: Complete verification history for compliance
  • Offline Mode: Cached verification for areas with poor connectivity

Live Demo

Related Projects

Technology Stack

  • Frontend: HTML5 / JavaScript / Web NFC API
  • Backend: Node.js / Python (reference implementations)
  • Verification: W3C DID + Verifiable Credentials + ZKP
  • Transport: NFC / QR Code

License

Apache 2.0

Contact

About

DPP-CQ 验真参考实现 | Open-source product verification system implementing the DPP-CQ standard (NFC/QR)

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors