adding more project + update news

This commit is contained in:
Chiali Tsai
2023-07-14 14:21:49 -04:00
parent 7b52d82526
commit c5c6fee55d
10 changed files with 5336 additions and 13 deletions

View File

@@ -9,6 +9,14 @@ export const newsItems: NewsInterface[] = [
url: "https://www.youtube.com/live/hRXgf6T2yb8",
},
},
{
type: "post",
title: " Learnings from the KZG Ceremony",
action: {
label: "Read",
url: "https://mirror.xyz/privacy-scaling-explorations.eth/naTdx-u7kyirczTLSAnWwH6ZdedfTQu1yCWQj1m_n-E",
},
},
{
type: "learn",
title: "Folding Circom Circuit: A ZKML Case Study by Dr. Cathie So",
@@ -25,12 +33,4 @@ export const newsItems: NewsInterface[] = [
url: "https://ethglobal.com/events/paris2023",
},
},
{
type: "post",
title: " zkEVM Community Edition Part 3: Logic and Structure",
action: {
label: "Read",
url: "https://mirror.xyz/privacy-scaling-explorations.eth/shl8eMBiObd6_AUBikXZrjKD4fibI6xUZd7d9Yv5ezE",
},
},
]
]

View File

@@ -80,7 +80,7 @@ export const projects = [
},
{
id: "discreetly",
image: "",
image: "Discreetly.svg",
name: "Discreetly",
tldr: "An anonymous, federated, chat application using ZK.",
description:
@@ -257,7 +257,7 @@ export const projects = [
{
id: "trusted-setups",
image: "",
image: "Trusted-Setup.svg",
name: "Trusted Setups",
tldr: "Aiding developers with tools for trusted setups.",
description:
@@ -274,7 +274,7 @@ export const projects = [
{
id: "zk3",
image: "",
image: "Zk3.svg",
name: "zk3",
tldr: "Utilizing ZK proofs in social networks",
description:
@@ -372,4 +372,92 @@ export const projects = [
builtWith: ["Halo2 PSE"],
},
},
{
id: "Anon-Aadhaar",
image: "",
name: "Anon Aadhaar",
tldr: "Tools for building build privacy-preserving applications using government ID cards, specifically Aadhaar cards in India.",
description:
"Anon Aadhaar is a project that allows individuals to prove their citizenship anonymously. The project provides circuits, an SDK, and demo applications that generate and verify proofs of valid Aadhaar cards, integrating with the PCD framework to support a wide range of applications.",
links: {
github: "https://github.com/privacy-scaling-explorations/anon-aadhaar",
},
tags: {
themes: ["Anonymity/privacy", "Social", "Identity", "Voting/governance"],
type: ["Legos/dev tools", "Lego sets/toolkits", "Proof of concept"],
builtWith: ["Circom, RSA"],
},
},
{
id: "Channel-4",
image: "channel4.svg",
name: "Channel 4",
tldr: "Content discovery through community contributions, using state channels to reward users for popular posts.",
description:
"Channel 4 is a community-driven platform where users can submit and discover content. It uses state channels to incentivize user engagement. When a user likes the content you've submitted, a state channel closes and rewards are dropped into their wallet. This approach combines entertainment with the power of state channels, enabling community members to earn while they engage.",
links: {
github: "https://github.com/State-Channel-4",
website: "https://channel4.wtf/",
discord: "https://discord.gg/76UrYgVyEx",
},
tags: {
themes: ["Scaling"],
type: ["Application"],
builtWith: ["State channel", "Smart contract"],
},
},
{
id: "Pollen-Labs",
image: "Pollen-labs.svg",
name: "Pollen Labs",
tldr: "Champions of freedom of speech and expression through decentralized innovation.",
description:
"Pollen Labs is driven by a mission to make a significant impact on global lives by addressing complex, pressing issues. They work alongside their community to break barriers, preserve privacy, and build a future where every voice is heard, and a free web is accessible to all. Their projects, like Channel 4, a content discovery engine, and Daisy, focusing on information transparency, embody this mission., enabling community members to earn while they engage.",
links: {
website: "https://pollenlabs.org/",
twitter: "https://twitter.com/PollenLabs_",
},
tags: {
themes: ["Anonymity/privacy", "Scaling"],
type: ["Application"],
builtWith: [""],
},
},
{
id: "UniRep-Protocol",
image: "Unirep.svg",
name: "UniRep Protocol",
tldr: "A Zero-Knowledge Protocol for user data & reputation management",
description:
"UniRep is a zero-knowledge protocol that securely manages user data through anonymous identifiers, enabling trustless interactions and enhanced user privacy in applications. It expands the concept of reputation to include various user data aspects, such as preferences, activity, alignments, and ownership. UniRep promotes non-custodial applications that don't hold user data, reducing data breach risks and emphasizing security for both users and developers.",
links: {
github: "https://github.com/Unirep",
website: "https://developer.unirep.io/docs/welcome",
twitter: "https://twitter.com/UniRep_Protocol",
discord: "https://discord.gg/VzMMDJmYc5",
},
tags: {
themes: ["Anonymity/privacy", "Social", "Identity", "Reputation"],
type: ["Legos/dev tools, Protocol"],
builtWith: ["Semaphore", "Circom"],
},
},
{
id: "ZKP2P",
image: "",
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.",
links: {
github: "https://github.com/zkp2p",
website: "https://zkp2p.xyz/",
twitter: "https://twitter.com/zkp2p",
},
tags: {
themes: ["Private communications"],
type: ["Application"],
builtWith: ["Circom", "Halo2"],
},
},
]