L1X Developer SDK
Multi-chain with X-Talk
Multi-chain with X-Talk
  • Start Building with X-Talk
    • Cross Chain Data and Message Passing (XCDP)
      • v1.1 (Latest)
        • System Overview
        • Your First Cross-Chain dApp with XTalk: A Step-by-Step Guide
      • v1.0 (Legacy )
        • Build your first XCDP - EVM Contract
        • Build your first XCDP - Solana to EVM Contract and XCDP - EVM to Solana Contract
          • Pre-Requisites for Solana
        • X-Talk Swap
          • Pre-Requisites
            • Pre-Requisites for Solana
          • Build your first X-Talk Swap Contract
            • Hardhat Installation & Deploy Liquidity Provision Contract that integrates with X-Talk Swap
          • Build your first X-Talk Swap Solana to EVM Contract and X-Talk Swap EVM to Solana Contract
            • Deploy Liquidity Provision Contract that integrates with Solana Swap
Powered by GitBook
On this page
  1. Start Building with X-Talk
  2. Cross Chain Data and Message Passing (XCDP)
  3. v1.0 (Legacy )
  4. Build your first XCDP - Solana to EVM Contract and XCDP - EVM to Solana Contract

Pre-Requisites for Solana

PreviousBuild your first XCDP - Solana to EVM Contract and XCDP - EVM to Solana ContractNextX-Talk Swap

Last updated 11 months ago

Ensure that Solana and Anchor are installed on your system to execute Solana smart contracts.

You can execute the following commands in your terminal to check if Solana CLI and Anchor are installed on your system.

For Solana CLI:

solana --version

If Solana is installed, this command will output the version of Solana installed on your system. If Solana is not installed, you will likely see an error message.

For Anchor:

anchor --version

If Anchor is installed, this command will output the version of Anchor installed on your system. If Anchor is not installed, you will likely see an error message.

If Solana CLI and Anchor are not installed on your system, goto and .

Solana
Anchor