Post
I don't think I understand replaceable events and when to use naddr versus nevent.
😬
This is why I'm not a real dev and just vibing as one.
I'll get it figured out and we'll have editable calendar events on Plektos.
Terry Yiu you're the calendar boss. What should I do?
If an event is replaceable (1xxxx or 3xxxx) in most cases you should use the address. This allows editing events via replacement. However, it also greatly weakens the content-addressability and immutability of nostr events, since you're not referring to a hash of the content, just a pointer to something that can change in unexpected ways. So when modeling new kinds, it's best to bias toward using non-replaceable events.