Guide to Setting Up a Pryzm Node Using Docker

Prerequisites

Before setting up your Pryzm node, ensure you have the following:

  1. Docker installed on your machine. If you don't have Docker installed, you can download and install it from here.
  2. Basic knowledge of Docker and terminal commands.
  3. At least 4 GB of RAM and 100 GB of free disk space.

Step 1: Pull the Pryzm Docker Image

First, you'll need to pull the Pryzm Docker image. Open your terminal and run the following command:


docker pull pryzmzone/pryzmd:latest

This command downloads the latest Pryzm node image from Docker Hub.

Step 2: Initialize the Node

Next, you'll need to initialize your node. This step sets up the configuration files necessary for running the Pryzm node.

Run the following command to initialize the node:


docker run -v $HOME/.pryzmd:/root/.pryzmd pryzmzone/pryzmd:latest init DarbinaTop --chain-id pryzm-testnet

This command will generate the necessary files and directories under ~/.pryzmd on your host machine.

Step 3: Configure the Node

After initialization, you need to adjust the configuration files as required. The configuration files are located in ~/.pryzmd/config/.