mirror of
https://github.com/privacy-scaling-explorations/pse.dev.git
synced 2026-01-09 14:18:02 -05:00
43 lines
1.4 KiB
Markdown
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.
|