upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Casarin <jb55@jb55.com>2023-05-09 15:02:14 -0700
committerfiatjaf_ <fiatjaf@gmail.com>2023-05-10 12:16:37 -0300
commit4208652dc7a39c63c39559b13c656ec30400fcba (patch)
tree39d82d5c404088afd9e8d3cc772c61cd0fd2db6c
parent60aa6ae168e8d71e4fd247e49f8ba70fbe511fda (diff)
nip47: add lud16 parameter to connection string
This adds an optional but recommended lud16 parameter to nostr wallet connection strings. This enables seamless onboarding of new users, allowing clients to automatically configure the receive address for zaps.
-rw-r--r--47.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/47.md b/47.md
index fe3d575..c884b97 100644
--- a/47.md
+++ b/47.md
@@ -88,6 +88,7 @@ The **wallet service** generates this connection URI with protocol `nostr+wallet
88 - The user can have different keys for different applications. Keys can be revoked and created at will and have arbitrary constraints (eg. budgets). 88 - The user can have different keys for different applications. Keys can be revoked and created at will and have arbitrary constraints (eg. budgets).
89 - The key is harder to leak since it is not shown to the user and backed up. 89 - The key is harder to leak since it is not shown to the user and backed up.
90 - It improves privacy because the user's main key would not be linked to their payments. 90 - It improves privacy because the user's main key would not be linked to their payments.
91- `lud16` Recommended. A lightning address that clients can use to automatically setup the `lud16` field on the user's profile if they have none configured.
91 92
92The **client** should then store this connection and use it when the user wants to perform actions like paying an invoice. Due to this NIP using ephemeral events, it is recommended to pick relays that do not close connections on inactivity to not drop events. 93The **client** should then store this connection and use it when the user wants to perform actions like paying an invoice. Due to this NIP using ephemeral events, it is recommended to pick relays that do not close connections on inactivity to not drop events.
93 94