docs: add Stellar payment method#513
Merged
brendanjryan merged 5 commits intotempoxyz:mainfrom Mar 31, 2026
Merged
Conversation
Add documentation for the Stellar payment method based on the Stellar MPP SDK (@stellar/mpp) and Stellar developer docs. Includes: - stellar/index.mdx: Overview page with installation, why Stellar, intent comparison table, fee sponsorship, and supported assets - stellar/charge.mdx: Charge intent docs with pull/push modes, server/client setup, fee sponsorship, configuration tables, and progress events - stellar/session.mdx: Channel intent docs with payment channel lifecycle, server/client integration, closing channels, monitoring, and channel contract details Also updates: - cards.tsx: StellarMethodCard, StellarChargeCard, StellarChannelCard - payment-methods/index.mdx: Stellar tab and card - vocs.config.ts: Stellar sidebar routes Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Add info callout clarifying channel/session naming convention - Reorder Stellar card after Solana to match tab ordering Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
@sagpatil is attempting to deploy a commit to the Tempo Team on Vercel. A member of the Team first needs to authorize it. |
Contributor
marcelosalloum
left a comment
There was a problem hiding this comment.
LGTM from a Stellar perspective
Contributor
Author
|
@brendanjryan : can you please review these |
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
@stellar/mppSDK and Stellar developer docsstellar/index.mdx), charge intent (stellar/charge.mdx), and channel/session intent (stellar/session.mdx)vocs.config.ts, card components incards.tsx, and payment methods index pageNew pages
stellar/index.mdxstellar/charge.mdxstellar/session.mdxTest plan
pnpm check:typespassespnpm buildcompletes successfullypnpm dev)🤖 Generated with Claude Code