stacker.news/wallets/nwc/ATTACH.md

16 lines
297 B
Markdown

Use these NWC strings to attach the wallet
* 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}'
```