Event JSON
{
"id": "b8998c97cdc99a4135682ee98d8312e525272c7878e75d58871378fe186586d0",
"pubkey": "66675158e6338fe89fda418e42a0bf2a7a2b132504dd347f015a18971b644430",
"created_at": 1744384358,
"kind": 1,
"tags": [
[
"e",
"0a9a55eacc0218b5f57de27ab98734ab8ed328bf1bacdc7f1484e65acb311fe5",
"wss://nos.lol",
"root"
],
[
"e",
"60b80e56ae8ec5e516d5956735a3a31ba9e4051462d7f23bfe24a76f2ca34b24",
"wss://nos.lol",
"reply"
],
[
"p",
"a9434ee165ed01b286becfc2771ef1705d3537d051b387288898cc00d5c885be",
"wss://zaplab.nostr1.com/",
"Niel Liesmons"
],
[
"p",
"7fa56f5d6962ab1e3cd424e758c3002b8665f7b0d8dcee9fe9e288d7751ac194",
"wss://nos.lol/",
"verbiricha"
],
[
"p",
"a6bc1bf46db6489314dcdb4d85e19986e9392a6b85f284c9cf94376b305833b7",
"wss://relay.primal.net/",
"untappedgrowth"
],
[
"p",
"66675158e6338fe89fda418e42a0bf2a7a2b132504dd347f015a18971b644430",
"wss://nostr-pub.wellorder.net/"
]
],
"content": "Once the notes are in your relay you write apps just like for the public nostr, just only querying that relay. A kind 1 client, will just query: \n\n{ kinds: [1] }\n\nand the relay will handle the rest. \n\nFor example take a look at the code for the topic view in the forum \n\nhttps://git.arx-ccn.com/Arx/Eve/src/branch/master/src/routes/Arbor/TopicView.ts\n\nThere's nothing in the code that deals with encryption, there's a complete separation of concerns.\n\n```\n this.subscription = ndk\n .subscribe({\n kinds: [893 as NDKKind],\n '#E': [this.topicId],\n });\n```\n\nThe client doesn't know how the encryption works, it all happens automagically; the relay manages everything.",
"sig": "b3038ac6d490c2145a34c03a75021d9799dc1f5a4dadb1c5dd761eb9077b27807b5d55f8e79689e142940a54b861c475ecc23f4fa7fcbccd0db74107a7da1d50"
}