debridge

Bridge cross-chain assets and messages between Solana and EVM chains.

116|9|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/elophanto/EloPhanto --skill debridge-elophanto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: debridge
Source: https://github.com/elophanto/EloPhanto/tree/main/skills/debridge-crosschain
Command: npx skills add https://github.com/elophanto/EloPhanto --skill debridge-elophanto

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cross-chain development on Solana is hindered by fragmented tooling for transferring assets, sending messages, and invoking actions on destination chains. This Skill consolidates the deBridge Solana SDK with clear patterns and examples to implement bridge, messaging, and external-call workflows.

Core Features & Use Cases

  • Complete cross-chain SDK with Rust and TypeScript APIs for Solana ↔ EVM bridges
  • Supports asset transfers, message passing, and external calls with PDAs and chain support info
  • Real-world examples and references to program IDs, chain IDs, and fee handling

Quick Start

Install and reference the deBridge Solana SDK examples to start bridging assets between Solana and EVM chains.

Frequently Asked Questions about debridge

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I bridge assets between Solana and EVM chains?

To bridge assets between Solana and EVM chains, use the deBridge Solana SDK which provides Rust and TypeScript APIs for cross-chain transfers. It includes program IDs, chain support utilities, and fee handling guidance to execute transfers.

What is the best way to pass messages and trigger external calls from Solana to EVM?

Passing messages and triggering external calls from Solana to EVM requires using PDAs and specific chain IDs. The deBridge SDK consolidates these patterns, allowing you to invoke actions on destination chains through cross-chain messaging workflows.

Does the deBridge Solana SDK provide both Rust and TypeScript APIs?

Yes, the deBridge Solana SDK provides both Rust and TypeScript APIs for cross-chain asset transfers, message passing, and external calls. This allows developers to implement bridge workflows within their preferred development environment.

How do I handle fees and accounts when bridging Solana to EVM chains?

Handling fees and accounts when bridging Solana to EVM chains involves referencing specific program IDs and chain IDs. The deBridge SDK offers detailed guidance on account structures and fee management for successful cross-chain transfers.

What are the limitations of using PDAs for cross-chain external calls to EVM?

Limitations of using PDAs for cross-chain external calls involve ensuring correct chain ID mapping and account validation on destination EVM chains. The deBridge SDK provides error handling guidance to manage these cross-chain execution constraints.