Add guides to the Symbiosis Swidge documentation - #1
Open
alexn-ops wants to merge 3 commits into
Open
Conversation
Five task-focused guides for @symbiosis-finance/wdk-protocol-swidge-symbiosis 1.2.0, following the structure used by the USDT0 and Orchestra module docs: Get Started, Quote and Execute, Bridge from Bitcoin, Track Settlement, and Handle Errors. Wire them into the sidebar tree and the module overview cards.
Reflect the released 1.3.0 behavior: TON, Tron and Solana source routes now execute when the bound wallet account supports the required transaction format, probed at execution time (raw BoC message bodies for single-message TON routes, smart contract calls plus TRC-20 approvals for Tron, serialized transactions for Solana); older wallet versions stay quote-only. Tron approval receipts are checked for on-chain failure. Also align USDT terminology across the section, link the repository's runnable example, and tighten the error-table wording.
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.
Adds a USDT0/Orchestra-style Guides section to the Symbiosis Swidge module documentation and updates the section to the released
@symbiosis-finance/wdk-protocol-swidge-symbiosis@1.3.0, on top of the Symbiosis pages from tetherto#212 (branchpr212-basemirrorsihsraham:feat/release-docs-2026-07-27).Changes
custom-tree.ts; a Get Started card on the module overview.UnsupportedRouteError.examples/swidge.js.Every guide carries the community responsibility disclaimer and
docType/schemaTypefrontmatter. Guide content was fact-checked against the module source (v1.3.0tag) — behavior claims, error classes and fields, status mapping, snippet APIs.Validation
check:meta,check:redirects,check:links(internal + anchors): 302 MDX files, 0 errors.llms.txt/llms-full.txtregeneration not run locally (no GitHub Packages access for@tetherto/docs-seo-*); to be regenerated before proposing upstream.