LIT-Protocol / Ecosystem-Ideas

0 stars 0 forks source link

Generating Privacy-Preserving Proofs with Lit #6

Open a1ttech opened 11 months ago

a1ttech commented 11 months ago

Description

Using the Lit privacy SDK as a starting point, build an SDK that enables users to generate private proofs over off-chain data. An example would be pulling in social or business data (via API) and generating a signed proof over those inputs.

Why? (problem statement)

Digital signatures can be used to bring greater credibility to our world at large, creating chains of trust using immutable cryptographic primitives. “Signed data” (whether it be a blockchain tx, verifiable credential, contract, or the like) refers to data that has been signed by a private key, the signature representing proof or consent over a particular digital interaction having taken place.

What will this tool enable?

Enable the issuance of privacy-preserving proofs over off-chain data.

Resources

fleischr commented 11 months ago

Do consider partnering with us at Provide

We offer an open source APIs that enables the composable proving and verification of zero knowledge proofs and other kind of digital signatures. Forking from our repos will likely save you months and years worth of time - especially on this deliverable

Would be glad to collab to share more. email me or send calendar invite ryan@provide.services

See this github for a sample application: https://github.com/fleischr/zkvendorbankverify