Files
pse.dev/data/projects/eigen-trust.ts
Kalidou Diagne 49277e00da footer new design
2024-03-20 12:14:42 +00:00

25 lines
1.1 KiB
TypeScript

import { ProjectInterface } from "@/lib/types"
const description = `
EigenTrust is a library designed to manage trust within a distributed network, incorporating zero-knowledge features. It serves as a reputation bank for the Ethereum ecosystem, providing an interoperable layer for managing reputation and trust. The protocol creates zero-knowledge proofs of reputation scores based on ratings given by network participants. This allows for the creation of a reputation system for peer-to-peer marketplaces and exchanges, reputation-weighted voting, and community gatekeeping.
`
export const eigenTrust: ProjectInterface = {
id: "eigen-trust",
section: "pse",
projectStatus: "inactive",
image: "",
name: "EigenTrust",
tldr: "A distributed reputation system with zero-knowledge features.",
description,
links: {
github: "https://github.com/eigen-trust/protocol",
},
tags: {
keywords: ["Reputation", "Identity"],
themes: ["build"],
types: ["Infrastructure/protocol"],
builtWith: ["ethereum attestation service", "halo2", "ethers.rs"],
},
}