A privacy-preserving geolocation verification system using Zero-Knowledge Proofs.
Prove you are inside a defined geographic area, without revealing your exact location.
The initial prototype was developed during Funding the Commons residency in Buenos Aires, Argentina, where the idea emerged through collaboration in a shared, experimental environment.
Project presentation: Proof of Impact.pdf
This system is particularly relevant for scenarios where:
- Location needs to be verified, but not disclosed
- Users may be vulnerable to surveillance or risk
- Trust in data is required without compromising privacy
- 🗺️ Interactive map with polygon drawing
- 🔐 Zero-Knowledge proof generation and verification
- 📍 Location search functionality
- ✨ Automatic 8-vertex polygon conversion
npm installnpm run dev # Development server
npm run build # Production build
npm run preview # Preview production build