getAlby / nostr-wallet-connect-next

Nostr Wallet Connect (NIP-47) application to allow apps to connect to your node
https://nwc.getalby.com
Apache License 2.0
8 stars 3 forks source link

Add extra app metadata #543

Open rolznz opened 3 days ago

rolznz commented 3 days ago

Currently if you create an app from the app store, the icon and URLs, etc. will not be shown on the connection page. How should we do this and ensure apps are maintained when the URLs or icon updates?

bumi commented 3 days ago

On the apps from the app store we can have this information:

reneaaron commented 3 days ago

I think we could just have an option appId for connections that refer to store listing. That would allow us to display the icon.

However, if we ever remove a store listing we'd need to make sure the icons and other things are still available (or have some fallback).