docs: add Stellar multisig stealth withdrawal guide#53
Merged
truthixify merged 2 commits intoJun 27, 2026
Merged
Conversation
- Add guides/stellar-multisig-withdrawal.mdx covering multisig primer, N-of-M signature coordination, SDK primitives usage, recovery scenarios, and a worked 3-of-5 end-to-end example targeting futurenet - 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 wraith-protocol#41
|
@baedboibidex-cmyk Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
Contributor
|
Other docs PRs are landing one by one, which means most of them now conflict on git fetch origin
git rebase origin/develop
# in docs.json: keep all entries from both sides
# in privacy-best-practices.mdx: keep both your addition and develop's
git push --force-with-leaseContent of the PR itself is clean — this is just the registration ordering. |
Contributor
|
Cascade rebase done. 530-line multisig withdrawal guide + privacy-best-practices cross-link + docs.json registration all clean. Thanks @baedboibidex-cmyk. |
This was referenced Jun 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds
guides/stellar-multisig-withdrawal.mdx— a complete guide for performing stealth withdrawals from multisig Stellar source accounts.What changed
guides/stellar-multisig-withdrawal.mdxcovering:signWithScalar,scanAnnouncements,deriveStealthKeys)docs.json** — page registered under Guides → Operationssdk/chains/stellar.mdx** — See Also cross-link addedguides/privacy-best-practices.mdx** — See Also cross-link addedAcceptance criteria
rpc-futurenet.stellar.org) and correct network passphraseDesign decisions
signWithScalar,xdr.DecoratedSignature) and notes the helper API is coming.Follow-ups
Closes #41