Update README.md

This commit is contained in:
Vaclav Pavlin 2023-10-27 11:18:08 +02:00 committed by GitHub
parent 1138ad7f7e
commit 55784c293d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,7 @@
- Customer support chat bubbles : A web widget that can be embedded in any website to facilitate messaging between a customer and a customer support agent. - Customer support chat bubbles : A web widget that can be embedded in any website to facilitate messaging between a customer and a customer support agent.
- Community chat : Chats that are gated to specific communities that own a specific NFT/Token/Onchain proof. - Community chat : Chats that are gated to specific communities that own a specific NFT/Token/Onchain proof.
- Authentication methods : New methods to authenticate a user while using a dapp. For example : connect your wallet by scanning a QR code that holds a URI on Waku. - Authentication methods : New methods to authenticate a user while using a dapp. For example : connect your wallet by scanning a QR code that holds a URI on Waku.
- 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
- Escrow system : - Escrow system :
- Dispute resolution system - Dispute resolution system
- Decentralized P2P exchange : - Decentralized P2P exchange :
@ -46,3 +47,4 @@
- Decentralized web Walkie-Talkie : - Decentralized web Walkie-Talkie :
- Crypto ATMs : - Crypto ATMs :
- Smart access cards : - Smart access cards :