What problem does it solve?
Privacy-preserving ERC-4337 wallets for vehicle identity data, protecting sensitive information by storing only commitments on-chain and enabling off-chain verification.
Core Features & Use Cases
- Commitment-based privacy: uses bytes32 commitments (keccak256) to hide sensitive data like license plates or biometrics.
- Deterministic deployment: CREATE2-based account factory enables predictable wallet addresses across networks.
- ZK-proof integration: optional zero-knowledge proofs for on-chain verification without revealing data.
- Vehicle registry flows: supports mapping commitments to wallets, updates, and authorized verifications for fleet use cases.
- Testing & security tooling: includes privacy validation script and security checklists to guide audits.
Quick Start
Copy, customize, and deploy templates; compute commitments off-chain, deploy accounts via AccountFactory, and submit UserOperation to EntryPoint using the provided scripts and tests.