Skip to content

Commit 4d4338d

Browse files
authored
Merge pull request #309 from semaphore-protocol/chore/community-projects
Semaphore projects Former-commit-id: f0574c4
2 parents 0da6479 + 5364104 commit 4d4338d

File tree

3 files changed

+167
-2
lines changed

3 files changed

+167
-2
lines changed

.github/ISSUE_TEMPLATE/----project.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ A brief description of your project. In what way have you used Semaphore?
1313
**Other info**
1414

1515
- Name
16+
- Tagline
1617
- Icon
1718

1819
**Links**

README.md

Lines changed: 108 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@
6363

6464
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).
6565

66-
---
67-
6866
## 📦 Packages
6967

7068
<table>
@@ -240,7 +238,115 @@ The core of the Semaphore protocol is in the [circuit logic](/packages/circuits/
240238
</td>
241239
</tr>
242240
<tbody>
241+
</table>
242+
243+
## 💡 Projects
244+
245+
The following are some of the internal and external projects that use Semaphore. If you want to include your project, open an [issue](https://github.com/semaphore-protocol/semaphore/issues/new?assignees=&labels=documentation++%F0%9F%93%96&template=----project.md&title=) or create a PR by adding the project information to the `projects.json` file.
243246

247+
<table>
248+
<th>Project</th>
249+
<th>Description</th>
250+
<th>Links</th>
251+
<tbody>
252+
<tr>
253+
<td>
254+
<a href="https://explorer.semaphore.appliedzkp.org">
255+
Semaphore Explorer
256+
</a>
257+
</td>
258+
<td>
259+
Semaphore explorer for on-chain groups.
260+
</td>
261+
<td>
262+
<a href="https://github.com/semaphore-protocol/explorer">
263+
Github
264+
</a>|
265+
<a href="https://semaphore.appliedzkp.org/discord">
266+
Discord
267+
</a>
268+
</td>
269+
</tr>
270+
<tr>
271+
<td>
272+
<a href="https://discord.com/api/oauth2/authorize?client_id=1082429985496772628&permissions=1024&scope=bot">
273+
Semaphore Discord Bot
274+
</a>
275+
</td>
276+
<td>
277+
A Discord bot for Semaphore.
278+
</td>
279+
<td>
280+
<a href="https://github.com/semaphore-protocol/discord-bot">
281+
Github
282+
</a>|
283+
<a href="https://semaphore.appliedzkp.org/discord">
284+
Discord
285+
</a>
286+
</td>
287+
</tr>
288+
<tr>
289+
<td>
290+
<a href="https://developer.unirep.io">
291+
Unirep
292+
</a>
293+
</td>
294+
<td>
295+
Private and nonrepudiable reputation system based on ZKP.
296+
</td>
297+
<td>
298+
<a href="https://github.com/Unirep">
299+
Github
300+
</a>|
301+
<a href="https://discord.gg/VzMMDJmYc5">
302+
Discord
303+
</a>
304+
</td>
305+
</tr>
306+
<tr>
307+
<td>
308+
<a href="https://zk-proof-of-humanity.vercel.app">
309+
ZK Proof of Humanity
310+
</a>
311+
</td>
312+
<td>
313+
A project to allows humans, registered in Proof of Humanity, to prove their humanity without doxing.
314+
</td>
315+
<td>
316+
<a href="https://github.com/elmol/zk-proof-of-humanity">
317+
Github
318+
</a>
319+
</td>
320+
</tr>
321+
<tr>
322+
<td>
323+
Plurality
324+
</td>
325+
<td>
326+
An Identity Lego Building Block for dapp creators that lets them identify their users without</br> using any third-party KYC provider or other middlemen, whilst preserving the privacy of users.
327+
</td>
328+
<td>
329+
<a href="https://github.com/Web3-Plurality">
330+
Github
331+
</a>
332+
</td>
333+
</tr>
334+
<tr>
335+
<td>
336+
<a href="https://zerotherapy.vercel.app">
337+
ZeroTherapy
338+
</a>
339+
</td>
340+
<td>
341+
AMA privacy application built with Semaphore.
342+
</td>
343+
<td>
344+
<a href="https://github.com/Pushpit07/ZeroTherapy">
345+
Github
346+
</a>
347+
</td>
348+
</tr>
349+
<tbody>
244350
</table>
245351

246352
## 🛠 Install

projects.json

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
[
2+
{
3+
"name": "Semaphore Explorer",
4+
"tagline": "Semaphore explorer for on-chain groups.",
5+
"icon": "",
6+
"links": {
7+
"website": "https://community.semaphore.appliedzkp.org/semaphore-explorer",
8+
"github": "https://github.com/semaphore-protocol/explorer",
9+
"discord": "https://semaphore.appliedzkp.org/discord"
10+
}
11+
},
12+
{
13+
"name": "Semaphore Discord Bot",
14+
"tagline": "A Discord Bot for Semaphore",
15+
"icon": "",
16+
"links": {
17+
"website": "https://discord.com/api/oauth2/authorize?client_id=1082429985496772628&permissions=1024&scope=bot",
18+
"github": "https://github.com/semaphore-protocol/discord-bot",
19+
"discord": "https://semaphore.appliedzkp.org/discord"
20+
}
21+
},
22+
{
23+
"name": "Unirep",
24+
"tagline": "Private and nonrepudiable reputation system based on ZKP.",
25+
"icon": "",
26+
"links": {
27+
"website": "https://developer.unirep.io",
28+
"github": "https://github.com/Unirep",
29+
"discord": "https://discord.gg/VzMMDJmYc5"
30+
}
31+
},
32+
{
33+
"name": "Plurality",
34+
"tagline": " An Identity Lego Building Block for dapp creators that lets them identify their users without using any third-party KYC provider or other middlemen, whilst preserving the privacy of users.",
35+
"icon": "",
36+
"links": {
37+
"github": "https://github.com/Web3-Plurality"
38+
}
39+
},
40+
{
41+
"name": "ZK Proof of Humanity",
42+
"tagline": "A project to allows humans, registered in Proof of Humanity, to prove their humanity without doxing.",
43+
"icon": "",
44+
"links": {
45+
"website": "https://zk-proof-of-humanity.vercel.app",
46+
"github": "https://github.com/elmol/zk-proof-of-humanity"
47+
}
48+
},
49+
{
50+
"name": "ZeroTherapy",
51+
"tagline": "AMA privacy application built with Semaphore.",
52+
"icon": "",
53+
"links": {
54+
"website": "https://zerotherapy.vercel.app",
55+
"github": "https://github.com/Pushpit07/ZeroTherapy"
56+
}
57+
}
58+
]

0 commit comments

Comments
 (0)