mirror of
https://github.com/logos-messaging/ideas.git
synced 2026-01-02 05:33:11 +00:00
commit
66f93612bd
@ -1,5 +1,6 @@
|
||||
# Waku - Idea Board
|
||||
|
||||
|
||||
- Polling/Voting: Enable polling or voting off-chain, vote results could be aggregated and submitted on chain in one transaction.
|
||||
- Marketplace (buy/sell goods or NFTs, ride-share, etc): Send offer and negotiate off-chain. Highest bids sent over Waku could be binding and submitted to the contract by seller.
|
||||
- Collaborative editing: Use Waku for live collaborative editing of documents, saved version of documents can then be stored on decentralized storage.
|
||||
@ -8,6 +9,7 @@
|
||||
- Decentralized wallet address ownership verification: Use Waku to enable communication between dApp and wallet such as signature or zeroknowledge proof exchange to prove identity.
|
||||
- Notifications centre: use an SDK (probably go-waku?) to build general Notification protocol over Waku and a mobile app allowing you to replace centralized Push Notifications provided by Apple/Google
|
||||
- API generator: build a tool to generate a Waku protocol (and code) from a provided OpenAPI specification
|
||||
- Leader Election Protocol: Leader election can viewed as a soft consensus mechanism. Implement something like [RAFT](https://raft.github.io/) as a library on top of Waku (using any SDK), so that users can easily plug it in their applications
|
||||
- Reputation systems:
|
||||
- Censorship resistant reviews plugin:
|
||||
- Privacy preserving location tracker:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user