mirror of
https://github.com/semaphore-protocol/semaphore.git
synced 2026-04-28 03:00:41 -04:00
905eca9a4bcdd2e11e49a4257c601441a3c36219
Semaphore
A privacy gadget for creating anonymous proof of membership on Ethereum.
| Semaphore is a zero-knowledge gadget which allows users to prove their membership of a set without revealing their original identity. At the same time, it allows users to signal their endorsement of an arbitrary string. It is designed to be a simple and generic privacy layer for Ethereum DApps. Use cases include private voting, whistleblowing, mixers, and anonymous authentication. |
|---|
Install
Clone this repository and install the dependencies:
git clone https://github.com/appliedzkp/semaphore.git
cd semaphore
yarn # or `npm i`
Languages
TypeScript
71.1%
MDX
13.4%
Solidity
10.7%
SCSS
1.9%
CSS
1.8%
Other
1.1%