Skip to content

docs: add Rust quickstart for Stellar stealth payments - #138

Merged
truthixify merged 1 commit into
wraith-protocol:developfrom
devprom6:docs/rust-quickstart
Aug 26, 2026
Merged

docs: add Rust quickstart for Stellar stealth payments#138
truthixify merged 1 commit into
wraith-protocol:developfrom
devprom6:docs/rust-quickstart

Conversation

@devprom6

Copy link
Copy Markdown
Contributor

Summary

  • Adds guides/quickstarts/rust.mdx, a first-class Rust quickstart for building backends/CLIs that talk to the Wraith Stellar contracts directly via stellar-xdr / soroban-client.
  • Covers Cargo setup with testnet/futurenet/mainnet feature flags, keypair loading, stealth key derivation (reimplemented per spec), fetching + scanning announcements, and sending a stealth payment.
  • Includes a callout on where the Rust story is thinner than TS and what is planned.

Acceptance

  • Rust fences marked no-check so the TS snippet gate is untouched.
  • Nav entry added under a new Quickstarts group in the Guides tab (docs.json).
  • Cross-linked from sdk/overview.mdx.
  • Renders in Mintlify (mint dev).

Closes #131

@drips-wave

drips-wave Bot commented Aug 25, 2026

Copy link
Copy Markdown

@devprom6 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! 🚀

Learn more about application limits

@truthixify
truthixify merged commit 3972c3c into wraith-protocol:develop Aug 26, 2026
2 checks passed
@truthixify

Copy link
Copy Markdown
Contributor

Merged. Good Rust quickstart, and splitting the cargo features for testnet vs mainnet was the right call @devprom6.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Rust quickstart (backend and CLI)

2 participants