Before setting up your Pryzm node, ensure you have the following:
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.
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
DarbinaTop
: This is the moniker for your node. Replace this with any name you prefer if you want a different moniker.pryzm-testnet
: Replace with the appropriate chain ID if you're not using the testnet.This command will generate the necessary files and directories under ~/.pryzmd
on your host machine.
After initialization, you need to adjust the configuration files as required. The configuration files are located in ~/.pryzmd/config/
.