nostr-rs-relay icon indicating copy to clipboard operation
nostr-rs-relay copied to clipboard

Feat request: NIP-95 support

Open Spl0itable opened this issue 1 year ago • 1 comments

Hello, I would like to please request support for NIP-95 to allow media hosting: https://github.com/frbitten/nostr-nips/blob/NIP-95/95.md

Thanks

Spl0itable avatar Dec 06 '23 00:12 Spl0itable

Feel free to build a POC on a private branch and submit a PR. If someone were to implement this with a data directory (instead of using the DB), that would probably be better (as noted in the NIP). I think it should also be optional, and have its own configurable max size. The GRPC interface probably needs to be tweaked as well, since we probably don't want to send very large events over that.

I'll leave this open, but I don't have any plans to work on this myself.

scsibug avatar Dec 09 '23 16:12 scsibug