liteflow-labs / chat

A wallet to wallet chat widget
https://chat-liteflow.vercel.app/
MIT License
0 stars 1 forks source link

Resolve name services #30

Open antho1404 opened 1 year ago

antho1404 commented 1 year ago

Discussion started here https://github.com/liteflow-labs/chat/issues/29.

We should let applications define the way they want to resolve a name (like ENS). One way could be to let the application define a new prop, resolveName that will return the address for a specific name. That then becomes the application's responsibility to resolve with whatever name service they want, ENS, unstoppable domains, lens, their own custom resolver...