mirror of
https://github.com/privacy-scaling-explorations/pse.dev.git
synced 2026-01-14 00:28:28 -05:00
19 lines
461 B
TypeScript
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"],
|
|
},
|
|
}
|