Merge 3682945717a4b50c393de3678468db3889923313 into 17c84fcb511c92a17e332a26d3924199e41fddaf

This commit is contained in:
Aaryamann Challani 2026-03-29 08:31:52 +00:00 committed by GitHub
commit 92b9d30288
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -219,6 +219,7 @@ A governance platform where votes are not linked to Wallets. ZK can be used to f
<summary><b>Privacy preserving APIs and Data sources</b></summary>
<br>
REST APIs can log IP addresses of the data source and the receiver. Building a decentralized layer for enabling privacy preserving APIs alongside rate-limiting with RLN can be quite impactful</details>
</details>
<details>
<summary><b>Decentralised and censorship resistant GitHub</b></summary>
@ -234,6 +235,12 @@ Build a decentralized 2FA using Waku and RLN membership sets. RLN can be used to
Need to give more thought as to who will generate 2FAs and how can they be secure i.e the generator should not be aware of the user of the generated code.
</details>
<details>
<summary><b>Enhanced Stealth Address Protocol</b></summary>
<br>
An initial PoC for stealth addresses over waku can be found [here](https://github.com/waku-org/nwaku/pull/2490). Enhance for multiple elliptic curves, storage of generated keys, and maybe even a nim native implementation of the [Stealth Address Protocol](https://eips.ethereum.org/EIPS/eip-5564).
</details>
## Interested to contribute?