parallaxd | Full-node daemon. Owns chain data, the JSON-RPC server, mining, peer networking and all on-disk state operations (init, import/export, account keystore, database maintenance, attach/console, snapshot, dumpgenesis, etc.). All node flags such as --http, --ws, --mine, --dev, --datadir, --syncmode and --daemon are passed to parallaxd. |
parallax-cli | JSON-RPC client. A small sugar binary that speaks to a running parallaxd over IPC/HTTP and exposes ergonomic subcommands (info, chaininfo, peers, balance, gettx, sendraw, startmining, newaccount, unlock, sign, loglevel, …) instead of raw JSON-RPC payloads. |
parallax-wallet | Offline wallet tool. Operates directly on keystore files on disk and never talks to a running node, making it safe for air-gapped, cold-signing workflows (list, new, import, dump, signtx, signmessage, …). See parallax-wallet for the full command reference. |
parallax | Multi-call wrapper. Dispatches parallax node <args> to parallaxd, parallax rpc <args> to parallax-cli and parallax wallet <args> to parallax-wallet. It has no other functionality — it exists so a single command name covers all roles for users who want it. |