mirror of
https://github.com/privacy-scaling-explorations/pse.dev.git
synced 2026-04-23 03:01:03 -04:00
Update zkp2p; Add logo
This commit is contained in:
@@ -444,19 +444,26 @@ export const projects = [
|
||||
},
|
||||
{
|
||||
id: "zkp2p",
|
||||
image: "",
|
||||
image: "zkp2p.webp",
|
||||
name: "ZKP2P",
|
||||
tldr: "Instant fiat to crypto onramp connecting traditional peer-to-peer payment services with zero-knowledge proofs.",
|
||||
description:
|
||||
"ZKP2P is for defi consumers looking to onboard assets on chain quickly without going through a CEX as an intermediary. ZKP2P generates a privacy-preserving proof of payment between two users on existing payment rails like Venmo or Paypal and uses said proof to unlocked escrowed digital assets on-chain.",
|
||||
"ZKP2P is for defi consumers looking to onramp assets on chain quickly without going through a CEX as an intermediary. ZKP2P generates a privacy-preserving proof of payment between two users on existing payment rails like Venmo or Paypal and uses said proof to unlock escrowed digital assets on-chain.",
|
||||
links: {
|
||||
github: "https://github.com/zkp2p",
|
||||
website: "https://zkp2p.xyz/",
|
||||
twitter: "https://twitter.com/zkp2p",
|
||||
},
|
||||
tags: {
|
||||
themes: ["Private communications"],
|
||||
type: ["Application"],
|
||||
themes: [
|
||||
"Anonymity/privacy",
|
||||
"Payments",
|
||||
"On-ramping",
|
||||
],
|
||||
type: [
|
||||
"Proof of concept",
|
||||
"Application",
|
||||
],
|
||||
builtWith: ["Circom", "Halo2"],
|
||||
},
|
||||
},
|
||||
|
||||
BIN
public/project-banners/zkp2p.webp
Normal file
BIN
public/project-banners/zkp2p.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 62 KiB |
Reference in New Issue
Block a user