Solana Integration
TODO: Write content for this page.
Interact with Solana from ICP canisters. Cover the Sol RPC canister, transaction signing with threshold Ed25519, SPL token reads, and current status/limitations of the integration. Note that Solana support is newer and evolving — document what is stable and link to the sol-rpc-canister repo for latest updates.
- Portal: building-apps/chain-fusion/solana/overview.mdx
- Examples: basic_solana (Rust, redirects to sol-rpc-canister repo)
- Learn Hub: SOL RPC Canister
- concepts/chain-fusion — chain fusion overview
- guides/chain-fusion/ethereum — similar EVM RPC pattern
- guides/chain-fusion/bitcoin — comparison with Bitcoin integration