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:
@@ -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