docs: document edge chains and alternative VM support#100
Open
ScreamingHawk wants to merge 2 commits into
Open
docs: document edge chains and alternative VM support#100ScreamingHawk wants to merge 2 commits into
ScreamingHawk wants to merge 2 commits into
Conversation
Add documentation for Trails' edge-rail support of non-EVM / alternative VM chains (Solana today, Tron TBA). - New architecture/edge-alt-vms.mdx explaining the edge-rail model, origin-vs-destination asymmetry, execution flow, and how new alternative VMs are added (chain-agnostic; specifics deferred to the chains page). - sdk/hooks.mdx: add an Edge chains capability matrix (which hooks are edge-aware vs EVM-only) plus the edge execution model note. - sdk/tokens-and-chains.mdx: add an Edge chains section referencing the chains and hooks pages. - resources/supported-chains.mdx: add Edge Chains table (Solana supported, Tron TBA) and fold the Solana USDC/USDT SPL mints into Stablecoin Details. - docs.json: add the new architecture page to the nav. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Reference the concrete Solana adapter page alongside the generic Adapters overview in the edge-origin execution notes on the architecture and hooks pages, so readers reach runnable adapter setup in one hop. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
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
Documents Trails' edge-rail support for non-EVM / alternative VM chains (Solana supported today, Tron TBA). Written chain-agnostically so the SDK/architecture pages don't need updating as new edge chains land — chain specifics live only on the Supported Chains reference page.
Changes
architecture/edge-alt-vms.mdx(new) — "Edge & Alternative VMs" page covering the edge-rail model, the origin-vs-destination asymmetry (and why edge-origin needs a wallet adapter while destination doesn't), the execution flow, address/token conventions, and how new alternative VMs are added.sdk/hooks.mdx— new Edge chains section with a per-hook capability matrix (edge-aware vs EVM-only, verified against the0xtrailssource) plus the edge execution-model note.sdk/tokens-and-chains.mdx— new Edge chains section deferring to the chains list and the hooks matrix.resources/supported-chains.mdx— Edge Chains table (Solana ✅, Tron 🚧 TBA) and the Solana USDC/USDT SPL mints folded into Stablecoin Details.docs.json— new architecture page added to nav.Notes
architecture/how-it-works.mdxstill says non-EVM support is a future plan, which is now stale. Can fix in a follow-up if wanted.🤖 Generated with Claude Code