|
17 | 17 | <img alt="Github license" src="https://img.shields.io/github/license/semaphore-protocol/semaphore.svg?style=flat-square"> |
18 | 18 | </a> |
19 | 19 | <a href="https://github.com/semaphore-protocol/semaphore/actions?query=workflow%3Aproduction"> |
20 | | - <img alt="GitHub Workflow test" src="https://img.shields.io/github/workflow/status/semaphore-protocol/semaphore/production?label=test&style=flat-square&logo=github"> |
| 20 | + <img alt="GitHub Workflow test" src="https://img.shields.io/github/actions/workflow/status/semaphore-protocol/semaphore/production.yml?branch=main&label=test&style=flat-square&logo=github"> |
21 | 21 | </a> |
22 | 22 | <a href="https://coveralls.io/github/semaphore-protocol/semaphore"> |
23 | 23 | <img alt="Coveralls" src="https://img.shields.io/coveralls/github/semaphore-protocol/semaphore?style=flat-square&logo=coveralls"> |
|
61 | 61 | | Semaphore is a protocol, designed to be a simple and generic privacy layer for Ethereum DApps. Using zero knowledge, Ethereum users can prove their membership of a group and send signals such as votes or endorsements without revealing their original identity. | |
62 | 62 | | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | |
63 | 63 |
|
64 | | -The core of the Semaphore protocol is in the [circuit logic](/packages/circuits/scheme.png). However Semaphore also provides [Solidity contracts](/packages/contracts) (NPM: `@semaphore-protocol/contracts`) and JavaScript libraries to make the steps for offchain proof creation and onchain verification easier. To learn more about Semaphore visit [semaphore.appliedzkp.org](https://semaphore.appliedzkp.org). |
65 | | - |
66 | | -You can find Semaphore V1 on [`version/1.0.0`](https://github.com/semaphore-protocol/semaphore/tree/version/1.0.0). |
| 64 | +The core of the Semaphore protocol is in the [circuit logic](/packages/circuits/scheme.png). However Semaphore also provides [Solidity contracts](/packages/contracts) and JavaScript libraries to make the steps for offchain proof creation and onchain verification easier. To learn more about Semaphore visit [semaphore.appliedzkp.org](https://semaphore.appliedzkp.org). |
67 | 65 |
|
68 | 66 | --- |
69 | 67 |
|
@@ -200,6 +198,25 @@ You can find Semaphore V1 on [`version/1.0.0`](https://github.com/semaphore-prot |
200 | 198 | </a> |
201 | 199 | </td> |
202 | 200 | </tr> |
| 201 | + <tr> |
| 202 | + <td> |
| 203 | + <a href="/packages/cli"> |
| 204 | + @semaphore-protocol/cli |
| 205 | + </a> |
| 206 | + </td> |
| 207 | + <td> |
| 208 | + <!-- NPM version --> |
| 209 | + <a href="https://npmjs.org/package/@semaphore-protocol/cli"> |
| 210 | + <img src="https://img.shields.io/npm/v/@semaphore-protocol/cli.svg?style=flat-square" alt="NPM version" /> |
| 211 | + </a> |
| 212 | + </td> |
| 213 | + <td> |
| 214 | + <!-- Downloads --> |
| 215 | + <a href="https://npmjs.org/package/@semaphore-protocol/cli"> |
| 216 | + <img src="https://img.shields.io/npm/dm/@semaphore-protocol/cli.svg?style=flat-square" alt="Downloads" /> |
| 217 | + </a> |
| 218 | + </td> |
| 219 | + </tr> |
203 | 220 | <tbody> |
204 | 221 |
|
205 | 222 | </table> |
|
0 commit comments