Merge pull request #43 from 0xSachinK/main

Update zkp2p
This commit is contained in:
Chiali
2023-08-07 11:00:39 -04:00
committed by GitHub
2 changed files with 11 additions and 4 deletions

View File

@@ -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"],
},
},

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB