Skip to main content
Version: Next

Pryzmd

Pryzmd is the daemon and command-line interface (CLI) for Pryzm, a Cosmos SDK application designed for the Pryzm Network. It provides essential functionalities and interfaces for running a full node of the Pryzm application.

About Pryzmd

Pryzmd is built on the Cosmos SDK, a modular framework for building blockchain applications. It leverages various modules from the Cosmos SDK to provide a comprehensive set of features and capabilities for the Pryzm Network. These modules include:

  • x/auth: Manages accounts and signatures for secure transactions.
  • x/bank: Enables token transfers within the Pryzm Network.
  • x/staking: Implements staking logic for delegation and consensus participation.
  • x/mint: Handles inflation logic for token minting.
  • x/distribution: Manages fee distribution logic within the network.
  • x/slashing: Implements slashing logic to deter malicious behavior.
  • x/gov: Enables governance mechanisms for on-chain decision-making.
  • ibc-go/modules: Provides Inter-Blockchain Communication (IBC) functionality for interoperability. Hosted in the cosmos/ibc-go repository.
  • x/params: Handles application-level parameters for customization and configuration.