Files
pse.dev/content/projects/pod2.md
Kalidou Diagne 31763f7662 feat: PageSpeed Insights improvements (#545)
* feat: PageSpeed Insights improvements
2025-09-01 06:01:00 +02:00

43 lines
1.4 KiB
Markdown

---
id: "pod2"
name: "POD2"
image: "pod2.webp"
section: "collaboration"
projectStatus: "active"
category: "devtools"
tldr: "The second generation of cryptographic PODs: Provable Data Objects"
tags:
keywords:
["anonymity/privacy", "data portability", "social", "identity", "toolkits"]
builtWith: ["Rust", "Plonky2", "Groth16", "Typescript"]
themes: ["build", "research"]
links:
github: "https://github.com/0xPARC/pod2"
website: "https://pod.org"
telegram: "https://t.me/zupass"
team:
- name: "Edu"
image: "/avatars/edu.webp"
links:
github: "https://github.com/ed255"
extraLinks:
buildWith:
- label: "PODify your proofs"
url: "https://pod.org/pod/introduction"
- label: "Config-driven proofs"
url: "https://pod.org/gpc/introduction"
- label: "Create and consume PODs in your web app"
url: "https://pod.org/z-api/introduction"
- label: "POD book (evolving)"
url: "https://0xparc.github.io/pod2/introduction.html"
research:
- label: "State of POD R&D"
url: "https://github.com/0xPARC/pod2/milestones"
- label: "Ideation on a logic VM for PODs"
url: "https://hackmd.io/@gubsheep/r1zxZGpQke"
---
POD2 is the next iteration of the Provable Object Datatype (POD). This new iteration introduces arbitrary computation on data via custom predicates, recursion and interoperability with other data provenance cryptographic tools.
This is a 0xPARC project that PSE is collaborating on.