relaycc / receiver

Relay Receiver is a React library that makes it easy to add Web3 messaging to your website.
http://www.demo.relay.cc
MIT License
39 stars 2 forks source link

Add LIT protocol rules to filter conversation list #104

Open seanonchain opened 2 years ago

seanonchain commented 2 years ago

We want people to be able to filter their XMTP conversations based on certain criteria, such as LIT protocol rules or Lens graph.

For this ticket, implement the ability to set LIT protocol rules that then filter the conversation list for only the matching addresses.

See this code as inspiration: https://github.com/NftTopBest/example-chat-react-gitcoin-hackathon/pull/1 and also https://blog.xmtp.com/truths-not-spoofs/

It is recommended to wait for this until after ticket #106 is done.