Why Nostr? What is Njump?
2024-06-21 22:35:10

npub16p…89gk9 on Nostr: commit a59ce8970ae8fb9c05bcd9e716e95187e9db6c17 Author: Braydon Fuller ...

commit a59ce8970ae8fb9c05bcd9e716e95187e9db6c17
Author: Braydon Fuller <[email protected]>
Date: Fri May 17 12:02:21 2024 -0700

Fix connection string protocol description. (#1243)

* Fix connection string protocol description.

* Update `nostr+walletconnect` reference.

diff --git a/47.md b/47.md
index 0f93b20..983d2c9 100644
--- a/47.md
+++ b/47.md
@@ -81,7 +81,7 @@ If the command was successful, the `error` field must be null.
## Nostr Wallet Connect URI
**client** discovers **wallet service** by scanning a QR code, handling a deeplink or pasting in a URI.

-The **wallet service** generates this connection URI with protocol `nostr+walletconnect:` and base path it's hex-encoded `pubkey` with the following query string parameters:
+The **wallet service** generates this connection URI with protocol `nostr+walletconnect://` and base path it's hex-encoded `pubkey` with the following query string parameters:

- `relay` Required. URL of the relay where the **wallet service** is connected and will be listening for events. May be more than one.
- `secret` Required. 32-byte randomly generated hex encoded string. The **client** MUST use this to sign events and encrypt payloads when communicating with the **wallet service**.
@@ -402,7 +402,7 @@ Response:

## Example pay invoice flow

-0. The user scans the QR code generated by the **wallet service** with their **client** application, they follow a `nostr+walletconnect:` deeplink or configure the connection details manually.
+0. The user scans the QR code generated by the **wallet service** with their **client** application, they follow a `nostr+walletconnect://` deeplink or configure the connection details manually.
1. **client** sends an event to the **wallet service** with kind `23194`. The content is a `pay_invoice` request. The private key is the secret from the connection string above.
2. **wallet service** verifies that the author's key is authorized to perform the payment, decrypts the payload and sends the payment.
3. **wallet service** responds to the event by sending an event with kind `23195` and content being a response either containing an error message or a preimage.
Author Public Key
npub16p8su0d54r2ese2y6tp5hmmq940pnjtvzfxzqysdckuyz6lrk80sz89gk9