status-im / status

0 stars 1 forks source link

Send Anonymous Messages in public chats #45

Open errorists opened 4 years ago

errorists commented 4 years ago

Feature Issue

The scope of this feature is to design and implement an interface to seamlessly send messages in public chats that display the Anonymous account to all its recipients rather than your chat key.

User Story

As a user, I want to send anonymous messages in chats so that I don't have to reveal my chat key when I want to send a message anonymously and its recipients won't know it's coming from me.

Description

  1. Design the interface to toggle the anonymous 'mode'
  2. Implement it, detailed description of steps necessary for the UI will follow once the design is ready

Acceptance Criteria

I can send messages as an Anonymous user and its recipients see it as such, the UI is seamlessly integrated and easy to reach in a conversation.

Notes

One way to implement this as suggested by @3esmit

3esmit commented 4 years ago

This was inspired by https://medium.com/@weka/how-to-send-ether-to-11-440-people-187e332566b7

To see an example of contract deployed anonymously, see https://eips.ethereum.org/EIPS/eip-2470

StatusWrike commented 4 years ago

➤ Hester Bruikman commented:

Related proposal here: https://discuss.status.im/t/sending-anonymous-messages/1703/5