-
Notifications
You must be signed in to change notification settings - Fork 4
Stellar block explorer integration recipe #12
Copy link
Copy link
Open
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programdocsDocumentationDocumentationdripsFunded via Drips NetworkFunded via Drips Networkgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededstellarTouches Stellar / Soroban codeTouches Stellar / Soroban code
Metadata
Metadata
Assignees
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programdocsDocumentationDocumentationdripsFunded via Drips NetworkFunded via Drips Networkgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededstellarTouches Stellar / Soroban codeTouches Stellar / Soroban code
Type
Fields
Give feedbackNo fields configured for issues without a type.
Labels:
Stellar Wave,stellar,docs,drips,help-wanted,good-first-issueTier: S (½–1 day)
Type: writing
Context
Integrators frequently want to link from their UI to a Stellar block explorer (stellar.expert, StellarChain, or the Soroban-focused explorers). The patterns are non-obvious — testnet vs. mainnet URL bases, how to deep-link to a contract vs. account vs. tx, how to render a stealth address (which is a normal Stellar account, but the conceptual context matters).
Scope
Write
docs/guides/stellar-explorer-recipes.mdxcovering:https://stellar.expert/explorer/{testnet|public}/account/{G...}https://stellar.expert/explorer/{testnet|public}/tx/{hash}https://stellar.expert/explorer/{testnet|public}/contract/{C...}https://stellar.expert/explorer/{testnet|public}/asset/{code}-{issuer}stellarExplorerUrl(kind, value, network)that integrators can copy.rel="noopener").stellarchain.ioand StellarBeat with their URL patterns for completeness.Acceptance criteria
Why good-first-issue
Self-contained, no original engineering, but writing well requires care. Good showcase for a contributor's docs voice.