2022-02-13 12:33:56 +01:00
2022-01-28 16:53:59 +01:00
2022-02-03 10:38:51 +01:00
2022-02-08 11:51:47 +01:00
2022-01-27 11:24:48 +01:00
2022-01-27 11:21:56 +01:00
2022-01-27 16:36:27 +01:00
2022-01-27 11:50:09 +01:00
2022-01-27 11:50:09 +01:00
2022-01-27 11:21:56 +01:00
2022-02-07 11:04:45 +01:00
2020-03-03 23:37:13 +02:00
2022-01-28 20:06:04 +01:00
2022-01-27 13:34:26 +01:00

Semaphore

A privacy gadget for creating anonymous proof of membership on Ethereum.

Github license GitHub Workflow docs GitHub Workflow test Coveralls Linter eslint Code style prettier

Semaphore is a zero-knowledge gadget which allows Ethereum 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.

The core of the Semaphore protocol is in the circuit logic. However Semaphore also provides Solidity contracts and JavaScript libraries (i.e. @zk-kit/identity and @zk-kit/protocols) to make the steps for offchain proof creation and onchain verification easier. To learn more about Semaphore visit https://semaphore.appliedzkp.org.

⚠️ Semaphore V2 has not yet been audited. Please do not use it in production.

Description
No description provided
Readme MIT 139 MiB
Languages
TypeScript 71.1%
MDX 13.4%
Solidity 10.7%
SCSS 1.9%
CSS 1.8%
Other 1.1%