Files
pse.dev/data/projects/interep.ts
2024-09-19 02:47:06 +02:00

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