12.png

Requirements

COMPONENTS MINIMUM REQUIREMENTS
CPU 8
RAM 16+ GB
Storage +500 GB SSD

1. Install Necessary Dependencies

Installing Go

  1. Download and install Go from the official website https://golang.org/dl/.

  2. Add Go to your environment variable PATH:

    export PATH=$PATH:/usr/local/go/bin
    
    
  3. Verify the Go installation:

    go version
    
    

Installing Git

  1. Install Git:

    sudo apt-get install git
    
    
  2. Verify the Git installation:

    git --version
    
    

2. Clone the Dymension Repository

  1. Clone the repository:

    git clone <https://github.com/dymensionxyz/dymension>
    
    
  2. Navigate to the project directory:

    cd dymension
    
    

3. Install Dymension

  1. Build the project:

    make install
    
    

4. Node Configuration

Initialize the Node

  1. Initialize the node:

    dymd init <node_name> --chain-id <chain_id>
    
    

Configuration Settings