From c79f7b7cec9ec09d948e0ccaf938491faf3c5e6d Mon Sep 17 00:00:00 2001 From: Kukks Date: Fri, 10 Feb 2023 08:14:32 +0100 Subject: [PATCH] appease the emperor --- Plugins/BTCPayServer.Plugins.NIP05/readme.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Plugins/BTCPayServer.Plugins.NIP05/readme.md diff --git a/Plugins/BTCPayServer.Plugins.NIP05/readme.md b/Plugins/BTCPayServer.Plugins.NIP05/readme.md new file mode 100644 index 0000000..703cd2e --- /dev/null +++ b/Plugins/BTCPayServer.Plugins.NIP05/readme.md @@ -0,0 +1,17 @@ +# BTCPay Server NIP05 Support + +This plugin allows your BTCPay Server to support the [Nostr](https://github.com/nostr-protocol/nostr)[ NIP05 protocol](https://github.com/nostr-protocol/nips/blob/master/05.md) to verify accounts. + +## Usage + +* Install the plugin +* On a store you have owner access to, click on the new "NIP05" side navigation menu item +* Specify a name and public key. +NOTE: You will not be able to select the same name across different stores. The public key is in hex format and not `npub...` +* Optionally include a set of relays that you primarily use so that client can discover your events more easily. + +* Alternatively, you can import this data by using one of the Nostr browser extensions such as Alby or Nos2x + + +Your NIP5 handle will be `name@yourbtcpayserver.domain`. If you have multiple domains mapped to the same btcpayserver, they will all be valid. +