hodlbod
hodlbod
This would allow people to chat and interact with content. Suggested by Tanel I think. Related to #70
https://github.com/nostr-protocol/nips/pull/1764
This removes the time delay required by #829 by introducing a new single-purpose "migration" key. Users can set this up in advance, store it securely, and sign a single event...
This does the same thing for timestamps as geohashes does for locations. There's likely a better way to accomplish the task, so feel suggestions on the code snippets and algorithm...
This NIP was sketched out in a session at nostr.xxx. It's based on @pablof7z's [original migration proposal](https://github.com/nostr-protocol/nips/pull/829) with some elements from https://github.com/nostr-protocol/nips/pull/2114. Differences from prior art: - There is no...
This NIP describes a backwards-compatible strategy for implementing conflict-free lists which allows for scaling the number of entries in a list beyond relay event size limits, without creating an excess...