Merge branch 'main' into programs-page

This commit is contained in:
Kalidou Diagne
2024-03-22 14:15:33 +00:00
44 changed files with 794 additions and 496 deletions

View File

@@ -7,7 +7,7 @@ Channel 4 is a community-driven platform where users can submit and discover con
export const channel4: ProjectInterface = {
id: "channel-4",
section: "pse",
projectStatus: "archived",
projectStatus: "inactive",
image: "channel4.svg",
name: "Channel 4",
tldr: "Content discovery through community contributions, using state channels to reward users for popular posts.",

View File

@@ -8,7 +8,7 @@ export const Coco: ProjectInterface = {
tldr: "Integrating Nova into the EVM involves wrapping Liam Eagen's theoretical ECIP argument in Halo 2",
description:
"With Coco, groups can collaborate to curate feeds of any topic they're interested in. As you scroll through your Coco feed, rather than upvoting or downvoting posts, you'll spend WETH to predict what other group members and the group's moderators will want to see. When you're right, you'll get back your original WETH and more — but if you're wrong, you'll lose what you put in. Through this process, you help Coco filter value from noise to make sure group feeds only consist of posts that the group cares about.",
projectStatus: "archived",
projectStatus: "inactive",
tags: {
keywords: ["prediction market", "scaling"],
},

View File

@@ -7,7 +7,7 @@ CryptKeeper is a browser extension that generates Semaphore and RLN proofs for w
export const cryptkeeper: ProjectInterface = {
id: "cryptkeeper",
section: "pse",
projectStatus: "archived",
projectStatus: "inactive",
image: "cryptkeeper.webp",
name: "CryptKeeper",
tldr: "A browser extension for secure, portable anonymous identity management across applications.",

View File

@@ -7,7 +7,7 @@ EigenTrust is a library designed to manage trust within a distributed network, i
export const eigenTrust: ProjectInterface = {
id: "eigen-trust",
section: "pse",
projectStatus: "archived",
projectStatus: "inactive",
image: "",
name: "EigenTrust",
tldr: "A distributed reputation system with zero-knowledge features.",

View File

@@ -8,7 +8,7 @@ export const Interep: ProjectInterface = {
tldr: "An identity bridge from web2 to web3",
description:
"Interep aims to provide an identity solution for Ethereum users by bridging from an established digital identity source such as Reddit, Twitter, and Github. The product provides an identity layer in the application stack and uses the Semaphore framework to ensure privacy. Interep allows users to establish sybil-resistant decentralized identities on web3 without starting from scratch. By leveraging zero-knowledge proofs, Interep ensures only essential information is disclosed.",
projectStatus: "archived",
projectStatus: "inactive",
tags: {
keywords: ["social", "reputation"],
},

View File

@@ -9,7 +9,7 @@ Using anonymous identifiers (epoch keys), the protocol allows for trustless enga
export const unirepProtocol: ProjectInterface = {
id: "unirep-protocol",
section: "pse",
projectStatus: "archived",
projectStatus: "inactive",
image: "unirep.svg",
name: "UniRep Protocol",
tldr: "A Zero-Knowledge Protocol built to handle anonymous user data.",
@@ -26,22 +26,22 @@ export const unirepProtocol: ProjectInterface = {
types: ["Legos/dev tools, Protocol"],
builtWith: ["semaphore", "circom"],
},
extraLinks: {
extraLinks: {
buildWith: [
{
label: "Getting Started with create-unirep-app",
url: 'https://developer.unirep.io/docs/next/getting-started/create-unirep-app',
url: "https://developer.unirep.io/docs/next/getting-started/create-unirep-app",
},
],
play: [
{
label: "Try it out: UniRep.social (Staging)",
url: 'https://social-staging.unirep.workers.dev',
url: "https://social-staging.unirep.workers.dev",
},
{
label: "Try it out: Trustlist (coming soon) ",
url: 'https://trustlist.pse.dev',
}
url: "https://trustlist.pse.dev",
},
],
},
}

View File

@@ -7,7 +7,7 @@ Zkitter is a decentralized social network that emphasizes privacy by default. It
export const zkitter: ProjectInterface = {
id: "zkitter",
section: "pse",
projectStatus: "archived",
projectStatus: "inactive",
image: "zkitter.webp",
name: "Zkitter",
tldr: "A decentralized social network prioritizing privacy and anonymity",

View File

@@ -8,7 +8,7 @@ export const Zkopru: ProjectInterface = {
tldr: "Optimistic Rollup with zk-SNARKs for private Ethereum transactions.",
description:
"ZKOPRU is one of the initial projects of EF's PSE team. It is a Layer 2 scaling solution for Ethereum, emphasizing private transactions through zk-SNARKs and optimistic rollups. It provides an economical Ethereum privacy wallet, enabling users to transact with ETH, ERC-20s, and NFTs anonymously",
projectStatus: "archived",
projectStatus: "inactive",
links: {
website: "https://zkopru.network/",
github: "https://github.com/zkopru-network",