mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig.space.git
synced 2025-12-13 16:26:50 +00:00
Add Nostr Talk NIP-05
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
"masterFeedUrl": "https://anchor.fm/s/d8d3c38/podcast/rss",
|
||||
"publicFeedUrl": "https://einundzwanzig.space/feed.xml",
|
||||
"nostr": "npub1qv02xpsc3lhxxx5x7xswf88w3u7kykft9ea7t78tz7ywxf7mxs9qrxujnc",
|
||||
"nostrTalk": "npub1talku5l4z88dys5eg8zvz8em2qxv8nfxxanjszzdsrmke0ssaekqqxvkq9",
|
||||
"ticker": [
|
||||
"Sende uns einen Shout-Out: 21.000 Sats und du bist dabei",
|
||||
"\"Hosp oder top!\" ist Spiel des Jahres 2020",
|
||||
|
||||
@@ -2,12 +2,14 @@ const { mkdirSync, writeFileSync } = require('fs')
|
||||
const { dirname, resolve } = require('path')
|
||||
const { NDKUser } = require('@nostr-dev-kit/ndk')
|
||||
const team = require('../content/team.json')
|
||||
const { nostr: einundzwanzigNpub } = require('../content/meta.json')
|
||||
const { nostr: einundzwanzigNpub, nostrTalk: nostrTalkNpub } = require('../content/meta.json')
|
||||
|
||||
const einundzwanzigHex = new NDKUser({ npub: einundzwanzigNpub }).hexpubkey
|
||||
const nostrTalkHex = new NDKUser({ npub: nostrTalkNpub }).hexpubkey
|
||||
const names = {
|
||||
"_": einundzwanzigHex,
|
||||
"einundzwanzig": einundzwanzigHex
|
||||
"einundzwanzig": einundzwanzigHex,
|
||||
"nostrtalk": nostrTalkHex
|
||||
}
|
||||
const relays = {
|
||||
[einundzwanzigHex]: [
|
||||
|
||||
Reference in New Issue
Block a user