Files
pse.dev/content/projects/anon-klub.md
Kalidou Diagne b4b1bb56e6 migrate project data from .ts to Markdown files (#453)
* migrate project data from .ts to Markdown files
2025-06-13 22:05:23 +04:00

1.4 KiB

id, name, image, section, projectStatus, category, tldr, tags, links, extraLinks
id name image section projectStatus category tldr tags links extraLinks
anon-klub AnonKlub anonklub.svg archived inactive application A mechanism for anonymous proof of Ethereum address ownership.
keywords themes types builtWith
Transaction privacy
Anonymity/privacy
Social
Identity
Voting/governance
build
play
Infrastructure/protocol
Prototype
Proof of concept
circom
snarkjs
halo2
github website
https://github.com/anonklub https://anonklub.github.io
learn
label url
Sunsetting Blog Post: Reflections on Our Journey in Privacy-Preserving Solutions https://mirror.xyz/privacy-scaling-explorations.eth/7VTKFVR4PM75WtNnBzuQSBZW-UYoJOsnzBBQmB9MWbY

AnonKlub is a tool designed for Ethereum developers that allows for anonymous proof of Ethereum address ownership. It doesn't directly address the public observability of Ethereum transactions but provides a workaround for privacy. Users can prepare a list of Ethereum addresses, sign a message from an address they own, and use that signature to generate a zero-knowledge proof. This proof enables users to perform actions anonymously that would typically require ownership of an address from the initial list. Use cases include anonymous NFT minting and Discord verification for DAOs without disclosing the public address.