Add addresses chapter

This commit is contained in:
Jon Staab
2026-04-17 16:43:56 -07:00
parent c7ec9f18fa
commit b96ad44d3a
7 changed files with 826 additions and 41 deletions
+3 -3
View File
@@ -267,6 +267,6 @@ define a struct, implement `Kind`, and the trait provides the rest.
## What's next
The next chapter looks more closely at kind ranges — the system that
ties storage behavior to kind numbers — and what that means for relay
queries and event addressing.
The next chapter introduces addresses — the stable `kind:pubkey:identifier`
references that let you point at a replaceable or addressable event without
tying yourself to a particular version's id.