* Link to guide if exists * Add LNbits guide * Update id to LNbits guide also update guide and add id to ADMIN_ITEMS for perpetual edits * Use button instead of link This fixes following console warning: > Warning: validateDOMNesting(...): <a> cannot appear as a descendant of <a>. * Fix alignment * Fix wrong mention of super user requirement * Move guideUrl to wallets.json
16 lines
300 B
Markdown
16 lines
300 B
Markdown
Use these NWC strings to attach the protocol:
|
|
|
|
* sending:
|
|
|
|
run the following command:
|
|
```
|
|
sndev logs --since 0 nwc_send | awk '/nostr\+walletconnect/{print $3; exit}'
|
|
```
|
|
|
|
- receiving:
|
|
|
|
run the following command:
|
|
```
|
|
sndev logs --since 0 nwc_recv | awk '/nostr\+walletconnect/{print $3; exit}'
|
|
```
|