upleb.uk

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

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfiatjaf_ <fiatjaf@gmail.com>2024-02-06 20:29:33 -0300
committerGitHub <noreply@github.com>2024-02-06 20:29:33 -0300
commitd3dad114e60cb45bb04f2088a68ebd16cf6837df (patch)
tree57ab26a50c51e278ce7879cc007dfc68efc149f0
parentc8ba0e2e35bf987b9336d2ff49f452e84620396a (diff)
NIP-46: replace npub1...#? notation with bunker://... (#1023)
-rw-r--r--46.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/46.md b/46.md
index 05247c5..94a052e 100644
--- a/46.md
+++ b/46.md
@@ -17,7 +17,7 @@ The client always starts by generating a random key which is used to communicate
17The remote signer generates a connection token in the form 17The remote signer generates a connection token in the form
18 18
19``` 19```
20<npub1...>#<optional-secret>?relay=wss://...&relay=wss://... 20bunker://<hex-pubkey>?relay=wss://...&relay=wss://...&secret=<optional-secret>
21``` 21```
22 22
23The user copies that token and pastes it in the client UI somehow. Then the client can send events of kind `24133` to the specified relays and wait for responses from the remote signer. 23The user copies that token and pastes it in the client UI somehow. Then the client can send events of kind `24133` to the specified relays and wait for responses from the remote signer.
@@ -96,4 +96,3 @@ The signer key will always be the key of the user who controls the signer device
96- **ping** 96- **ping**
97 - params: [] 97 - params: []
98 - result: `"pong"` 98 - result: `"pong"`
99