Update zkp2p; Add logo

This commit is contained in:
0xSachinK
2023-08-01 19:15:24 +05:30
parent 26251d62f5
commit 54fd294c19
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