Skip to content

Commit

Permalink
refactor: ✏️ Add tags to projects
Browse files Browse the repository at this point in the history
Add tags to coco, interep, powers of tau, zk kit and zkopru
  • Loading branch information
thebeyondr committed Sep 14, 2023
1 parent d877d5d commit b61e290
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/projects/coco.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ 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',
tags: {
keywords: ['prediction market', 'scaling']
},
extraLinks: {
learn:[{
label: 'Meet COCO!',
Expand Down
3 changes: 3 additions & 0 deletions data/projects/interep.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ 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',
tags:{
keywords: ['social', 'reputation']
},
links: {
website: 'https://docs.interep.link/',
github: 'https://github.com/interep-project',
Expand Down
3 changes: 3 additions & 0 deletions data/projects/powers-of-tau.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ export const PerpetualPowersOfTau: ProjectInterface = {
tldr: 'An ongoing (since 2019) zk-SNARK trusted setup ceremony for circuits up to 2^28 constraints.',
description: "The Perpetual Powers of Tau is a multi-party trusted setup ceremony, rooted in the Zcash Powers of Tau. Its primary objective is the secure generation of zk-SNARK parameters for circuits accommodating up to 2^28 (260+ million) constraints. This translates to the creation of over 530 million powers of tau. The ceremony's integrity hinges on the principle that as long as one participant acts honestly and remains uncompromised, the entire setup remains trustworthy. It's a pivotal step for zk-SNARK projects, ensuring the security and privacy of the system. Those who can handle a 100Gb download and many hours of compute time are invited to join by contacting [@glamperd on Twitter](https://twitter.com/glamperd) or Telegram, or asking questions via the PSE [Discord](https://discord.com/invite/sF5CT5rzrR).",
projectStatus: 'active',
tags: {
keywords: ['scaling']
},
links: {
github: 'https://github.com/privacy-scaling-explorations/perpetualpowersoftau',
website: 'https://perpetualpowersoftau.com/'
Expand Down
3 changes: 3 additions & 0 deletions data/projects/zk-kit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,8 @@ export const ZKKit: ProjectInterface = {
projectStatus: 'archived',
links: {
github: 'https://github.com/privacy-scaling-explorations/zk-kit',
},
tags: {
keywords: ['anonymity']
}
}
3 changes: 3 additions & 0 deletions data/projects/zkopru.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,7 @@ export const Zkopru: ProjectInterface = {
url: 'https://mirror.xyz/privacy-scaling-explorations.eth/EB0KcMY0k9ucN8iQSBeOYksoupDYRBQ4ZffhRt477FE'
}],
},
tags: {
keywords: ['anonymity', 'private transactions']
}
}

0 comments on commit b61e290

Please sign in to comment.