Merge ead4d9138caa8b21b0a4e31e7f7c5e58839fbbd0 into 17c84fcb511c92a17e332a26d3924199e41fddaf

This commit is contained in:
Prem Chaitanya Prathi 2026-02-05 20:40:50 +05:30 committed by GitHub
commit 3c5a9bb675
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -235,6 +235,14 @@ Need to give more thought as to who will generate 2FAs and how can they be secur
</details>
<details>
<summary><b>BlockChain Event Subscription</b></summary>
<br>
There could be a service built that can keep monitoring blockchain for events and transactions, and interested users can subscribe to this service (which can deliver events on specific content-topics) in order to listen to the events rather than running a full blockchain node on their own. This reduces workload on users who are interested in events from a specific smart contract(s).
Of-course there is the challenge of how you can trust these events i.e some random user spamming with fake events. This has to be solved by other means.
</details>
## Interested to contribute?
Do you wish to see your idea listed above? Refer to our [contribution guide](https://github.com/waku-org/ideas/blob/master/CONTRIBUTE.md)