Skip to content

Commit 12a9015

Browse files
docs: Stellar offline transaction signing guide (#54)
- Add guides/stellar-offline-signing.mdx covering threat model, three-step build-offline/sign-offline/submit-online workflow, SDK primitives usage, QR code and USB transfer patterns, hardware wallet integration with honest current limitations, and stealth-specific air-gap guidance for spending keys - 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 #40
1 parent a611eac commit 12a9015

4 files changed

Lines changed: 590 additions & 1 deletion

File tree

docs.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,9 @@
106106
{
107107
"group": "Operations",
108108
"pages": [
109-
"guides/stellar-mainnet-deployment"
109+
"guides/stellar-mainnet-deployment",
110+
"guides/stellar-multisig-withdrawal",
111+
"guides/stellar-offline-signing"
110112
]
111113
}
112114
]

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 Offline Transaction Signing](/guides/stellar-offline-signing) — keep stealth spending keys fully air-gapped using the offline signing workflow

0 commit comments

Comments
 (0)