docs: Solana chain fusion guide#96
Conversation
Adds docs/guides/chain-fusion/solana.mdx covering the SOL RPC canister for querying Solana via JSON-RPC and threshold Ed25519 for signing transactions. Includes Rust and Motoko examples for getBalance, public key derivation, and message signing. Documents current status and limitations of the integration. Renames stub solana.md to solana.mdx (tabs require MDX).
Review: Solana IntegrationMust fix
Suggestions
Verified
|
- Fix NNS link (was pointing to Subnet Creation article, now links to internal governance page) - Reorder all three Tabs blocks to Motoko → Rust per project convention - Resolve human-verification comment on sign_with_schnorr cycles: replace with note explaining 30B is an intentional buffer above the 26.15B fee, unused cycles are refunded - Update cycle cost table: ~26B → ~26.15B to match cdk-rs SIGN_WITH_SCHNORR_FEE constant - Clarify max_response_bytes as second argument to request() in "Other common queries" - Add base58 address derivation pointer to basic_solana solana_helpers.rs - Expand local testing limitation note: explicitly state no local replica support for Ed25519 signing
PR #96 Feedback Fix Summary —
|
Summary
Note: stub renamed from .md to .mdx to support language-tab components.
Sync recommendation
informed by dfinity/portal — docs/developer-docs/multi-chain/solana/