|
22 | 22 | - Validate addresses; block sending on invalid input; subtle valid state is ok. |
23 | 23 | - Avoid address reuse; warn when reusing. |
24 | 24 | - Mention compatibility if users must choose formats (bc1q, bc1p, 3, 1). |
| 25 | +- Only cite Human-readable addresses guidance when Lightning/DNS-style handles are explicitly present. |
25 | 26 |
|
26 | 27 | ### QR Codes |
27 | 28 |
|
|
68 | 69 |
|
69 | 70 | ### Bitcoin Design Guide |
70 | 71 |
|
71 | | -- Human-readable addresses: https://bitcoin.design/guide/how-it-works/human-readable-addresses/ |
| 72 | +- Transactions: https://bitcoin.design/guide/how-it-works/transactions/ |
| 73 | +- Human-readable addresses (Lightning/DNS only): https://bitcoin.design/guide/how-it-works/human-readable-addresses/ |
72 | 74 | - Manual backup (seed phrases): https://bitcoin.design/guide/daily-spending-wallet/backup-and-recovery/manual-backup/ |
73 | 75 | - Recovery: https://bitcoin.design/guide/daily-spending-wallet/backup-and-recovery/recovery/ |
74 | 76 | - Send fees: https://bitcoin.design/guide/daily-spending-wallet/sending/send-fees/ |
| 77 | +- Sending bitcoin (send flows only): https://bitcoin.design/guide/daily-spending-wallet/sending/ |
75 | 78 | - Units and symbols: https://bitcoin.design/guide/designing-products/units-and-symbols/ |
| 79 | +- Requesting bitcoin (receive/request flows only): https://bitcoin.design/guide/daily-spending-wallet/requesting/ |
| 80 | +- Receiving bitcoin (receive/request flows only): https://bitcoin.design/guide/daily-spending-wallet/requesting/receiving/ |
| 81 | +- How it works (use only if feature is present): |
| 82 | + - Payment request formats: https://bitcoin.design/guide/how-it-works/payment-request-formats/ |
| 83 | + - Coin selection: https://bitcoin.design/guide/how-it-works/coin-selection/ |
| 84 | + - Wallet privacy: https://bitcoin.design/guide/how-it-works/wallet-privacy/ |
| 85 | + - Silent payments: https://bitcoin.design/guide/how-it-works/silent-payments/ |
| 86 | + - Sign in with bitcoin: https://bitcoin.design/guide/how-it-works/sign-in-with-bitcoin/ |
| 87 | + - Wallet selector: https://bitcoin.design/guide/how-it-works/wallet-selector/ |
| 88 | + - Nodes: https://bitcoin.design/guide/how-it-works/nodes/ |
| 89 | + - Lightning services: https://bitcoin.design/guide/how-it-works/lightning-services/ |
76 | 90 |
|
77 | 91 | ### Bitcoin Protocol |
78 | 92 |
|
|
0 commit comments