Skip to content

Commit b141e8e

Browse files
committed
docs: add Stellar payment links guide
- Add guides/stellar-payment-links.mdx covering URL schema, optional HMAC-SHA256 tamper-protection signature, deep-linking into native apps, QR code generation, expiry handling, StellarPaymentLink reference implementation walkthrough, and webhook receiver patterns - Register page in docs.json under Guides > Operations - Add cross-link from sdk/chains/stellar.mdx See Also section - Add cross-link from guides/privacy-best-practices.mdx See Also section Closes #37
1 parent ccafe4f commit b141e8e

4 files changed

Lines changed: 527 additions & 1 deletion

File tree

docs.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@
105105
{
106106
"group": "Operations",
107107
"pages": [
108-
"guides/stellar-mainnet-deployment"
108+
"guides/stellar-mainnet-deployment",
109+
"guides/stellar-payment-links",
109110
]
110111
}
111112
]

guides/privacy-best-practices.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,3 +170,4 @@ Identical amounts create a fingerprint. Consider varying the amount.
170170
| Vary payment amounts slightly | Prevents amount-based fingerprinting |
171171
| Use different times of day | Avoids timezone-based profiling |
172172
| Consolidate stealth addresses periodically | Reduces on-chain footprint |
173+
- [Stellar Payment Links](/guides/stellar-payment-links) — avoid linking payment references to identities when generating invoices

0 commit comments

Comments
 (0)