mirror of
https://github.com/privacy-scaling-explorations/pse.dev.git
synced 2026-04-23 03:01:03 -04:00
feat: 🗃️ Add Interep project
This commit is contained in:
21
data/projects/interep.ts
Normal file
21
data/projects/interep.ts
Normal 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'
|
||||
}],
|
||||
},
|
||||
}
|
||||
4
public/project-banners/interep.svg
Normal file
4
public/project-banners/interep.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 7.1 KiB |
Reference in New Issue
Block a user