Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chat Contents #5

Open
yagizsenal opened this issue Sep 6, 2021 · 0 comments
Open

Chat Contents #5

yagizsenal opened this issue Sep 6, 2021 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@yagizsenal
Copy link
Owner

yagizsenal commented Sep 6, 2021

We will show the chat content between two wallets.

Every message blob will show the content and the timestamp in human readable format.

Before the transaction is approved(does not appear on a block yet), the message should be in the "pending" state.
After the transaction is approved(appears on a block), the message should be in the "sent" state.

Things to look out:

  • We should uniquely identify messages that are sent through our application.
  • We should encrypt messages with the correspondent's public key before sending.
  • We should decrypt messages with the user's private key
@yagizsenal yagizsenal added the enhancement New feature or request label Sep 6, 2021
@yagizsenal yagizsenal added this to the version-0.1.0 milestone Sep 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant