mirror of
https://github.com/privacy-scaling-explorations/pse.dev.git
synced 2026-01-14 00:28:28 -05:00
26 lines
647 B
TypeScript
26 lines
647 B
TypeScript
import { ProjectInterface } from "@/lib/types"
|
|
|
|
export const Interep: ProjectInterface = {
|
|
id: "interep",
|
|
section: "pse",
|
|
image: "interep.svg",
|
|
name: "Interep",
|
|
projectStatus: "inactive",
|
|
tags: {
|
|
keywords: ["social", "reputation"],
|
|
},
|
|
links: {
|
|
website: "https://docs.interep.link/",
|
|
github: "https://github.com/interep-project",
|
|
youtube: "https://www.youtube.com/watch?v=dYKgHkb_aqk",
|
|
},
|
|
extraLinks: {
|
|
learn: [
|
|
{
|
|
label: "Interep: An on-ramp for reputation",
|
|
url: "https://mirror.xyz/privacy-scaling-explorations.eth/w7zCHj0xoxIfhoJIxI-ZeYIXwvNatP1t4w0TsqSIBe4",
|
|
},
|
|
],
|
|
},
|
|
}
|