• This repository has been archived on 23/Nov/2023
  • Stars
    star
    109
  • Rank 319,077 (Top 7 %)
  • Language
    Rust
  • License
    MIT License
  • Created over 2 years ago
  • Updated 12 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

EigenTrust - A distributed reputation system

ZK EigenTrust - Deprecated

Notice: This project is no longer being maintained as of November 2023.

MIT licensed Build Status

A Rust and Halo2-based library designed to manage trust in distributed networks with zero-knowledge proofs, guided by the framework established in the original EigenTrust paper. Its primary characteristics are:

  • Self-policing: The shared ethics of the user population is defined and enforced by the peers themselves and not by some central authority.

  • Minimal: computation, infrastructure, storage, and message complexity are reduced to a minimum.

  • Incorruptible: Reputation should be obtained by consistent good behavior through several transactions. This is enforced for all users, so no one can cheat the system and obtain a higher reputation. It is also resistant to malicious collectives.

Deprecation Notice

Effective November 2023, this project has been deprecated and is no longer under active development.

We invite the community to fork and maintain their own versions of this codebase. Should you choose to do so, we remind you to comply with the terms outlined in the license.

Structure

The project is organized in three crates:

  • eigentrust: This is the core library crate. It provides the Client struct for interfacing with the EigenTrust algorithm's circuits and includes additional modules to extend its functionality and facilitate integration.

  • eigentrust-cli: This crate offers a command-line interface application that serves as a practical example of using the library. It supports operations such as deploying smart contracts, submitting attestations, calculating global trust scores, and generating and verifying zero-knowledge proofs.

  • eigentrust-zk: Dedicated to the zero-knowledge components of the protocol, this crate encompasses the necessary Chips, Chipsets, and Circuits that pertain to the EigenTrust protocol implementation.

For a more in-depth understanding of the project's architecture and functionality, please refer to the documentation in the docs directory.

There's also a scripts directory containing scripts for building documentation, running tests across the workspace, and compiling the entire project.

License

Licensed under the MIT License - see the LICENSE file for details or visit opensource.org.

Acknowledgements

  • Ethereum Foundation and Privacy & Scaling Explorations team.
  • All contributors to this repository.

More Repositories

1

zkevm-circuits

Rust
819
star
2

maci

Minimal Anti-Collusion Infrastructure (MACI)
TypeScript
512
star
3

zkevm-specs

Python
332
star
4

zk-kit

A monorepo of reusable libraries for zero-knowledge technologies.
TypeScript
290
star
5

zkp-app-boilerplate

Build your zkp app with typescript, hardhat, circom, and snarkjs!
TypeScript
221
star
6

chiquito

DSL for Halo2 circuits
Rust
186
star
7

sonobe

Experimental folding schemes library
Rust
185
star
8

mpz

Multi-party computation libraries written in Rust πŸ¦€
Rust
182
star
9

halo2curves

Rust
170
star
10

snark-verifier

Rust
143
star
11

core-program

141
star
12

halo2wrong

Rust
116
star
13

p0tion

The MPC suite of tools for conducting zkSNARK Phase 2 Trusted Setup ceremonies
TypeScript
88
star
14

zkevm-chain

zkevm-chain: Deprecated
Rust
87
star
15

multifolding-poc

A PoC repo for a HyperNova impl
Rust
83
star
16

acceleration-program

Accelerate Early Stage Programmable Cryptography Talents
64
star
17

halo2-solidity-verifier

A set of tooling related to halo2 circuits verification inside Solidity contracts
Rust
62
star
18

maze

Multi proof Aggregation for Zk SNARK on Ethereum
Rust
61
star
19

anon-aadhaar

Anon Aadhaar is a zero-knowledge protocol that allows Aadhaar ID owners to prove their identity in a privacy preserving way.
JavaScript
61
star
20

bandada

A system for managing privacy-preserving groups.
TypeScript
51
star
21

incrementalquintree

An incremental Merkle tree written in Typescript and circom
TypeScript
43
star
22

nova-bench

A collection of comparison-benchmarks for Nova & related Proving systems
Rust
42
star
23

greco

Rust
42
star
24

poseidon

Rust
38
star
25

zkvm-ideas

A collection of the Vietnam Spring ZK Residency effort of the ZKWasm team
37
star
26

multisetups

A simple, IPFS-based multi-party trusted setup utility for snarkjs
TypeScript
27
star
27

e2e-zk-ecdsa

End to End ZK ECDSA
TypeScript
25
star
28

nova-ml

Jupyter Notebook
23
star
29

zkevm-docs

AppliedZKP's zkEVM Documentation
Shell
23
star
30

DefinitelySetup

The repository for high quality Trusted setups for groth16 based SNARKS
TypeScript
21
star
31

nova-by-hand

A collection of the Notes on the Nova folding scheme explained from scratch
21
star
32

zkey-manager

TypeScript
18
star
33

rln

Shell
18
star
34

pse.dev

PSE website v2 with more user research and new branding!
TypeScript
17
star
35

UniRep

A private and non-repudiable reputation system
TypeScript
16
star
36

semaphore-phase2-setup

Phase 2 of a multi-party trusted setup ceremony for the Semaphore zk-SNARK circuit
Python
16
star
37

taz-apps

Simple DApp to allow Devcon attendees to review events anonymously.
JavaScript
13
star
38

zk-kit.circom

A monorepo of reusable Circom circuits.
Circom
13
star
39

circom-ecdsa-p256

Big integer arithmetic // secp256k1 & additional P256 ECC operations in circom
Circom
12
star
40

PSE-Lectures-Notes

A collection of the Notes by Matan from each of the PSE Lectures sessions that have happened so far.
12
star
41

pairing

Rust
11
star
42

website

Privacy and Scaling Explorations
TypeScript
11
star
43

researches

10
star
44

webauth-circom

Circom
10
star
45

security

A collection of resources relevant to the PSE Security Team.
10
star
46

qdh

The Quadratic Dollar Homepage is a spin on the Million Dollar Homepage. While it also features a space for images on a webpage, it allows users to vote on how much space each image takes up. Moreover, it employs a quadratic and collusion-resistant voting mechanism on Ethereum called Minimal Anti-Collusion Infrastructure (MACI) to prevent bribery and scale images quadratically.
JavaScript
10
star
47

maci-platform

MACI Platform - Voting and Funding using MACI
TypeScript
10
star
48

zk-kit.solidity

A monorepo of reusable contracts for zero-knowledge technologies.
Solidity
10
star
49

crypt-keeper-extension

Crypt-Keeper Extension, zero knowledge identity management and proof generation tool.
TypeScript
7
star
50

zk-kit.rust

A monorepo of reusable crates for zero-knowledge technologies.
Rust
6
star
51

zk-keeper

ZK Keeper
TypeScript
6
star
52

hacking-pse

PSE Hackathon
TypeScript
5
star
53

poseidon_in_circomlib_check

5
star
54

zkevm-testing-vectors

Go
5
star
55

sonobe-docs

Docs for https://github.com/privacy-scaling-explorations/sonobe
5
star
56

ideas

4
star
57

keccak_circuit

Rust
4
star
58

snark-artifacts

A streamlined mechanism for distributing SNARK artifacts.
TypeScript
4
star
59

mixer

TypeScript
4
star
60

zk-kit.noir

A monorepo of reusable Noir circuits.
Roff
4
star
61

sugesto

Sugesto is an internal application to allow PSE members to send anonymous feedback on team events and activities.
TypeScript
3
star
62

perpetualpowersoftau

Standard ML
3
star
63

github-ops

Shell
2
star
64

poseidon-gadget

Poseidon gadget for Halo2, previously at halo2_gadgets.
Rust
2
star
65

technical-reports

PSE Technical Reports
TeX
2
star
66

maci-coordinator

πŸ— coordinator = tallier + prover
Go
2
star
67

mpt-witness-generator

Go
2
star
68

zuzalu-feedback

An app to allow Zuzalu attendees to send anonymous feedback.
TypeScript
1
star
69

zkevm-chain-testing

Python
1
star
70

MACI-v2

MACI + Nova + ElGamal PoC
1
star
71

vFSM

An opinionated framework aimed at facilitating the zero knowledge verification of state transitions in Mealy machines with encrypted inputs.
1
star
72

maci-phase2-setup

TypeScript
1
star
73

qdh-admin

Admin panel for QDH. Based on Strapi
JavaScript
1
star
74

pse-gfis

A simple app to view good first issues from a set of repos/orgs
TypeScript
1
star
75

zkevm-params

Shell
1
star