From b3a52cb71b29776a8fec3ffa1649203d90119888 Mon Sep 17 00:00:00 2001 From: hzrd149 Date: Wed, 18 Sep 2024 09:43:09 -0500 Subject: [PATCH] add nostr NIP-05 --- .changeset/rare-pears-notice.md | 5 +++++ .gitignore | 1 + public/.well-known/nostr.json | 6 ++++++ 3 files changed, 12 insertions(+) create mode 100644 .changeset/rare-pears-notice.md create mode 100644 public/.well-known/nostr.json diff --git a/.changeset/rare-pears-notice.md b/.changeset/rare-pears-notice.md new file mode 100644 index 000000000..37b94e138 --- /dev/null +++ b/.changeset/rare-pears-notice.md @@ -0,0 +1,5 @@ +--- +"nostrudel": patch +--- + +Add noStrudel NIP-05 to domain diff --git a/.gitignore b/.gitignore index 2771441e7..da589535a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ dist node_modules stats.html +.nsite diff --git a/public/.well-known/nostr.json b/public/.well-known/nostr.json new file mode 100644 index 000000000..7ef8c98d9 --- /dev/null +++ b/public/.well-known/nostr.json @@ -0,0 +1,6 @@ +{ + "names": { + "_": "713978c3094081b34fcf2f5491733b0c22728cd3b7a6946519d40f5f08598af8", + "nostrudel": "713978c3094081b34fcf2f5491733b0c22728cd3b7a6946519d40f5f08598af8" + } +}