Skip to content

Commit

Permalink
NIP-46: replace npub1...#? notation with bunker://... (#1023)
Browse files Browse the repository at this point in the history
  • Loading branch information
fiatjaf authored Feb 6, 2024
1 parent c8ba0e2 commit d3dad11
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions 46.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The client always starts by generating a random key which is used to communicate
The remote signer generates a connection token in the form

```
<npub1...>#<optional-secret>?relay=wss://...&relay=wss://...
bunker://<hex-pubkey>?relay=wss://...&relay=wss://...&secret=<optional-secret>
```

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.
Expand Down Expand Up @@ -96,4 +96,3 @@ The signer key will always be the key of the user who controls the signer device
- **ping**
- params: []
- result: `"pong"`

0 comments on commit d3dad11

Please sign in to comment.