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", }, ], }, }