From b61e29059aaa22ac1a672b400db248d0d5c8c1d2 Mon Sep 17 00:00:00 2001 From: thebeyondr <19380973+thebeyondr@users.noreply.github.com> Date: Thu, 14 Sep 2023 14:35:46 -0500 Subject: [PATCH] refactor: :pencil2: Add tags to projects Add tags to coco, interep, powers of tau, zk kit and zkopru --- data/projects/coco.ts | 3 +++ data/projects/interep.ts | 3 +++ data/projects/powers-of-tau.ts | 3 +++ data/projects/zk-kit.ts | 3 +++ data/projects/zkopru.ts | 3 +++ 5 files changed, 15 insertions(+) diff --git a/data/projects/coco.ts b/data/projects/coco.ts index 00a3bb4c..f75a2a81 100644 --- a/data/projects/coco.ts +++ b/data/projects/coco.ts @@ -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!', diff --git a/data/projects/interep.ts b/data/projects/interep.ts index 6083f37f..f02debea 100644 --- a/data/projects/interep.ts +++ b/data/projects/interep.ts @@ -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', diff --git a/data/projects/powers-of-tau.ts b/data/projects/powers-of-tau.ts index 0c506f01..026de83e 100644 --- a/data/projects/powers-of-tau.ts +++ b/data/projects/powers-of-tau.ts @@ -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/' diff --git a/data/projects/zk-kit.ts b/data/projects/zk-kit.ts index f2aef58d..b497b38b 100644 --- a/data/projects/zk-kit.ts +++ b/data/projects/zk-kit.ts @@ -9,5 +9,8 @@ export const ZKKit: ProjectInterface = { projectStatus: 'archived', links: { github: 'https://github.com/privacy-scaling-explorations/zk-kit', + }, + tags: { + keywords: ['anonymity'] } } diff --git a/data/projects/zkopru.ts b/data/projects/zkopru.ts index c09853b0..7e212c70 100644 --- a/data/projects/zkopru.ts +++ b/data/projects/zkopru.ts @@ -21,4 +21,7 @@ export const Zkopru: ProjectInterface = { url: 'https://mirror.xyz/privacy-scaling-explorations.eth/EB0KcMY0k9ucN8iQSBeOYksoupDYRBQ4ZffhRt477FE' }], }, + tags: { + keywords: ['anonymity', 'private transactions'] + } }