Skip to content

docs: add Stellar chain support RPC methods - #154

Open
jakubuid wants to merge 1 commit into
mainfrom
docs/stellar-chain-support
Open

docs: add Stellar chain support RPC methods#154
jakubuid wants to merge 1 commit into
mainfrom
docs/stellar-chain-support

Conversation

@jakubuid

@jakubuid jakubuid commented Aug 6, 2026

Copy link
Copy Markdown
Collaborator

Summary

Adds a Stellar chain-support page to the Wallet SDK docs, documenting the JSON-RPC methods wallets should implement to transact over the WalletConnect network on Stellar. Content is based on the Stellar Specs — WalletConnect Network (Proposal) and follows the same format as the existing chain-support pages (EVM, Solana, Canton, Tron, etc.).

Methods documented

  • stellar_signXDR — sign a TransactionEnvelope without broadcasting (primary method for fee-abstracted / fee-bump flows)
  • stellar_signAndSubmitXDR — sign and submit in one step
  • stellar_signMessage — domain-separated Ed25519 message signing (SEP-10 style sign-in)
  • stellar_signAuthEntry — Soroban SorobanAuthorizationEntry signing

Also included

  • CAIP-2 / CAIP-10 / CAIP-19 identifiers, account (StrKey) format, and base64-XDR encoding convention
  • Session proposal example and events (accountsChanged, chainChanged)
  • Signing semantics: network-passphrase binding, fee-bump envelope handling, and tx-hash / explorer discoverability
  • Registered the page in docs.json navigation and the chain-support overview

Marked as draft — the underlying spec is a proposal still under review; a <Warning> reflects this on the page.

🤖 Generated with Claude Code

Add Stellar JSON-RPC method reference to Wallet SDK chain support,
based on the Stellar Specs — WalletConnect Network proposal.

Covers stellar_signXDR, stellar_signAndSubmitXDR, stellar_signMessage,
and stellar_signAuthEntry (Soroban), plus CAIP identifiers, account/XDR
conventions, events, and signing semantics. Registers the page in
docs.json navigation and the chain-support overview.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@mintlify

mintlify Bot commented Aug 6, 2026

Copy link
Copy Markdown

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
walletconnect-docs 🟢 Ready View Preview Aug 6, 2026, 10:23 AM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@jakubuid
jakubuid marked this pull request as ready for review August 6, 2026 14:16
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.

2 participants