Prerequisites

  1. Install Docker Make sure Docker is installed and running on your machine. You can download it here. Verify installation with the command:

    docker --version
    
    
  2. Docker Compose (optional) If using Docker Compose, ensure it is installed. Check with:

    docker-compose --version
    
    

Steps to Run the Eigenda Node

Step 1: Clone the Eigenda Repository

Clone the Eigenda repository to your local machine:

git clone <https://github.com/eigenda/eigenda-node.git>
cd eigenda-node

Step 2: Configure the Node

Edit the config.yaml file (or equivalent configuration file).

Use your preferred text editor:

nano config.yaml

Set the required parameters, such as:

Step 3: Pull the Docker Image

Pull the latest Eigenda Docker image:

docker pull eigenda/eigenda-node:latest