Why Nostr? What is Njump?
2025-03-25 12:46:07
in reply to

Niel Liesmons on Nostr: We're looking into structuring it like this example: ``` { "kind": 10222, "pubkey": ...

We're looking into structuring it like this example:

```
{
"kind": 10222,
"pubkey": "<community-pubkey>",
"tags": [
// at least one relay for the community
["r", "<relay-url>"],

// one or more blossom servers
["blossom", "<blossom-url>"],

// one or more ecash mints
["mint", "<mint-url>", "cashu"],

// settings for kind 9 (chat messages)
["k", "9"],
["fee", 21000, "msats"],

// settings for kind 1 (notes)
["k", "1"],
["role", "team"], // only team members can post notes
["retention", 21000000, "time"],
["exclusive", true], // true if this event kind can ONLY be targeted to this community


// settings for kind 30023 (long-form)
["k", "30023"],
["retention", "500", "count"],
["fee", "2000000", "msats"],
["role", "admin", "team"] // both admins and team can post long-form
]
}
```
Author Public Key
npub149p5act9a5qm9p47elp8w8h3wpwn2d7s2xecw2ygnrxqp4wgsklq9g722q