Skip to main content

Node Installation

This guide walks you through installing a RibbleChain node to participate in the network as a validator or for development purposes. The node can be run using Docker for simplicity and consistency.

Prerequisites

  • Meet the Node Setup Requirements.
  • Install Docker: sudo apt install docker.io (Ubuntu) or equivalent for your OS.
  • Install RibbleChain CLI: npm install -g ribblechain-cli.

Step 1: Pull the Node Image

Download the RibbleChain node Docker image:

docker pull ribblechain/node:latest