Join Nostr
2026-08-08 20:25:09 UTC
in reply to

Graham O'Nero on Nostr: 3/10 Each note is stored as a signed Nostr event wrapped in a small object that ...

3/10

Each note is stored as a signed Nostr event wrapped in a small object that points back at the one before it. Your notes form a chain.

The useful part is that those links are real, not just references. Pick up the last link and the whole chain comes up with it. Ask for the newest note and you get the entire history, no index to fetch, nothing to keep in sync.

Same trick is why your whole history exports as a single file you can back up and re-import anywhere.