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
]
}
```
Published at
2025-03-25 12:46:07Event JSON
{
"id": "fffa8a0060c0d1cb7ff0d4d2c3f033865fe461234d7b25751e9a5b756cd17ec0",
"pubkey": "a9434ee165ed01b286becfc2771ef1705d3537d051b387288898cc00d5c885be",
"created_at": 1742906767,
"kind": 1,
"tags": [
[
"e",
"694b56a2823a724df4d23d9343b4602b72ffc0a91e2cfcd0ce0e3b43559c01bf",
"wss://nostr.oxtr.dev",
"root"
],
[
"e",
"0d4d6310bf012f91a2e91803e5ec9eda112e93319cfa46b8db1bbdfdf6487a99",
"wss://nos.lol",
"reply",
"b90c3cb71d66343e01104d5c9adf7db05d36653b17601ff9b2eebaa81be67823"
],
[
"p",
"7fa56f5d6962ab1e3cd424e758c3002b8665f7b0d8dcee9fe9e288d7751ac194"
],
[
"p",
"b90c3cb71d66343e01104d5c9adf7db05d36653b17601ff9b2eebaa81be67823"
]
],
"content": "We're looking into structuring it like this example: \n\n```\n{\n \"kind\": 10222,\n \"pubkey\": \"\u003ccommunity-pubkey\u003e\",\n \"tags\": [\n // at least one relay for the community\n [\"r\", \"\u003crelay-url\u003e\"],\n\n // one or more blossom servers\n [\"blossom\", \"\u003cblossom-url\u003e\"],\n\n // one or more ecash mints\n [\"mint\", \"\u003cmint-url\u003e\", \"cashu\"],\n\n // settings for kind 9 (chat messages)\n [\"k\", \"9\"],\n [\"fee\", 21000, \"msats\"],\n\n // settings for kind 1 (notes)\n [\"k\", \"1\"],\n [\"role\", \"team\"], // only team members can post notes\n [\"retention\", 21000000, \"time\"],\n [\"exclusive\", true], // true if this event kind can ONLY be targeted to this community\n\n\n // settings for kind 30023 (long-form)\n [\"k\", \"30023\"],\n [\"retention\", \"500\", \"count\"],\n [\"fee\", \"2000000\", \"msats\"],\n [\"role\", \"admin\", \"team\"] // both admins and team can post long-form\n ]\n}\n```",
"sig": "6880d9f15825c1c9e133bb9fd69c68c485f426ff1aa702a49a4345b6d509223b721cd182448e5e1e2b8e4d87c290e7c31577cba76510f3af6bc9a08822b7101a"
}