diff options
Diffstat (limited to '46.md')
| -rw-r--r-- | 46.md | 3 |
1 files changed, 1 insertions, 2 deletions
| @@ -17,7 +17,7 @@ The client always starts by generating a random key which is used to communicate | |||
| 17 | The remote signer generates a connection token in the form | 17 | The remote signer generates a connection token in the form |
| 18 | 18 | ||
| 19 | ``` | 19 | ``` |
| 20 | <npub1...>#<optional-secret>?relay=wss://...&relay=wss://... | 20 | bunker://<hex-pubkey>?relay=wss://...&relay=wss://...&secret=<optional-secret> |
| 21 | ``` | 21 | ``` |
| 22 | 22 | ||
| 23 | The 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. | 23 | The 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 | |||