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. X-Talk Swap

Pre-Requisites

PreviousX-Talk SwapNextPre-Requisites for Solana

Last updated 11 months ago

Before diving into the CLI, ensure Rust, Node JS and NVM are installed on your system.

You can execute the following commands in your terminal to check if Rust and Node JS are installed on your system.

For Rust:

rustc --version

If Rust is installed, this command will output the version of Rust installed on your system. If Rust is not installed, you will likely see an error message stating that the command rustc is not found.

For Node.js:

node --version

If Node.js is installed, this command will output the version of Node.js installed on your system. If Node.js is not installed, you will likely see an error message stating that the command node is not found.

If Rust, Node JS, NVM are not installed on your system, goto , and .

Also, Ensure that Node.js version 18 is installed on your system.

nvm install v18
nvm use v18
Rust
Node JS
NVM