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

19 lines
461 B
TypeScript

import { ProjectInterface } from "@/lib/types"
export const eigenTrust: ProjectInterface = {
id: "eigen-trust",
section: "pse",
projectStatus: "inactive",
image: "",
name: "EigenTrust",
links: {
github: "https://github.com/eigen-trust/protocol",
},
tags: {
keywords: ["Reputation", "Identity"],
themes: ["build"],
types: ["Infrastructure/protocol"],
builtWith: ["ethereum attestation service", "halo2", "ethers.rs"],
},
}