documentation

This commit is contained in:
LaanTungir 2025-09-18 20:29:48 -04:00
parent e9c8fccc9f
commit d41ec9811c
1 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ I am a Thrower - an anonymizing node that provides location privacy for Nostr us
"kind": 22222,
"pubkey": "<some_ephemeral_key>", // Not important to me
"content": "<nip44_encrypted_payload>", // This is what I need
"tags": [["p", "<my_pubkey>"]],
"tags": [["p", "<my_pubkey>"]], // This is directed to me
"created_at": <timestamp>,
"id": "<event_id>",
"sig": "<signature>"
@ -41,8 +41,8 @@ I am a Thrower - an anonymizing node that provides location privacy for Nostr us
{
"event": { /* Final event or inner wrapped event */ },
"routing": { /* My routing instructions from builder */
"relays": ["wss://relay1.com", "wss://relay2.com"],
"delay": 30,
"relays": ["wss://relay1.com", "wss://relay2.com"], // Throw to these relays
"delay": 30, // Wait 30 seconds
"p": "next_thrower_pubkey", // Optional - missing means final posting
"audit": "audit_tag", // Required audit tag
"payment": "eCash_token", // Optional