upleb.uk

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

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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