feat: 🗃️ Add Interep project

This commit is contained in:
thebeyondr
2023-09-12 22:01:36 -05:00
parent 2ff0c90223
commit 75d11fded0
2 changed files with 25 additions and 0 deletions

21
data/projects/interep.ts Normal file
View File

@@ -0,0 +1,21 @@
import { ProjectInterface } from "@/lib/types";
export const Interep: ProjectInterface = {
id: "interep",
image: "interep.svg",
name: "Interep",
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',
links: {
website: 'https://docs.interep.link/',
github: 'https://github.com/interep-project',
youtube: 'https://www.youtube.com/watch?v=dYKgHkb_aqk',
},
extraLinks: {
learn: [{
label: 'Learn more',
url: 'https://mirror.xyz/privacy-scaling-explorations.eth/w7zCHj0xoxIfhoJIxI-ZeYIXwvNatP1t4w0TsqSIBe4'
}],
},
}

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.1 KiB