yagizsenal / messengeth

Messaging application on Ethereum Network
messengeth.vercel.app
MIT License
0 stars 0 forks source link

Chats List #4

Open yagizsenal opened 2 years ago

yagizsenal commented 2 years ago

We will list all the unique correspondents the user previously messaged with.

We will show this list on the left hand side of the screen. It will be always visible.

Every item will be clickable. After clicking the item, the chat content will be shown in the "Chat" part of the screen.

Things to look for:

yagizsenal commented 2 years ago

I have seen in another web3 project use of apollo for data indexing and reading from blockchain. We might look into this.