Skip to content

Commit

Permalink
docs: remove projects from readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
cedoor committed Dec 19, 2023
1 parent 2805781 commit 8c2f32e
Showing 1 changed file with 0 additions and 157 deletions.
157 changes: 0 additions & 157 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,163 +240,6 @@ The core of the Semaphore protocol is in the [circuit logic](/packages/circuits/
<tbody>
</table>

## 💡 Projects

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.

<table>
<th>Project</th>
<th>Description</th>
<th>Links</th>
<tbody>
<tr>
<td>
<a href="https://bandada.pse.dev">
Bandada
</a>
</td>
<td>
An open-source system for managing privacy-preserving groups of anonymous individuals. Create and manage onchain and offchain Semaphore groups using UI or API.
</td>
<td>
<a href="https://github.com/privacy-scaling-explorations/bandada">
Github
</a>|
<a href="https://discord.com/invite/sF5CT5rzrR">
Discord
</a>
</td>
</tr>
<tr>
<td>
<a href="https://explorer.semaphore.pse.dev">
Semaphore Explorer
</a>
</td>
<td>
Semaphore explorer for on-chain groups.
</td>
<td>
<a href="https://github.com/semaphore-protocol/explorer">
Github
</a>|
<a href="https://semaphore.pse.dev/discord">
Discord
</a>
</td>
</tr>
<tr>
<td>
<a href="https://discord.com/api/oauth2/authorize?client_id=1082429985496772628&permissions=1024&scope=bot">
Semaphore Discord Bot
</a>
</td>
<td>
A Discord bot for Semaphore.
</td>
<td>
<a href="https://github.com/semaphore-protocol/discord-bot">
Github
</a>|
<a href="https://semaphore.pse.dev/discord">
Discord
</a>
</td>
</tr>
<tr>
<td>
<a href="https://developer.unirep.io">
Unirep
</a>
</td>
<td>
Private and nonrepudiable reputation system based on ZKP.
</td>
<td>
<a href="https://github.com/Unirep">
Github
</a>|
<a href="https://discord.gg/VzMMDJmYc5">
Discord
</a>
</td>
</tr>
<tr>
<td>
<a href="https://zk-proof-of-humanity.vercel.app">
ZK Proof of Humanity
</a>
</td>
<td>
A project to allows humans, registered in Proof of Humanity, to prove their humanity without doxing.
</td>
<td>
<a href="https://github.com/elmol/zk-proof-of-humanity">
Github
</a>
</td>
</tr>
<tr>
<td>
Plurality
</td>
<td>
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.
</td>
<td>
<a href="https://github.com/Web3-Plurality">
Github
</a>
</td>
</tr>
<tr>
<td>
<a href="https://zerotherapy.vercel.app">
ZeroTherapy
</a>
</td>
<td>
AMA privacy application built with Semaphore.
</td>
<td>
<a href="https://github.com/Pushpit07/ZeroTherapy">
Github
</a>
</td>
</tr>
<tr>
<td>
<a href="https://bq2.netlify.app/">
Block Qualified
</a>
</td>
<td>
On-chain and privacy preserving education platform built on Semaphore.
</td>
<td>
<a href="https://github.com/0xdeenz/bq2">
Github
</a>
</td>
</tr>
<tr>
<td>
<a href="https://stealthcomms.surge.sh/">
StealthComms
</a>
</td>
<td>
A project that allows users to prove their membership in a group and send messages/signals without revealing their original identity.
</td>
<td>
<a href="https://github.com/atomniketh/zk-app">
Github
</a>
</td>
</tr>
<tbody>
</table>

## 🛠 Install

Clone this repository:
Expand Down

0 comments on commit 8c2f32e

Please sign in to comment.