You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: