Skip to content

ParallelChain Client CLI (pchain-client)

pchain_client is an easy-to-use, fully-featured CLI for interacting with ParallelChain. For a detailed description of all available commands, execute pchain_client --help.

Usage


ParallelChain Client CLI 0.4.3
<ParallelChain Lab>
ParallelChain client (`pchain_client`) is a command-line tool for you to connect and interact with
the ParallelChain Mainnet/Testnet.

USAGE:
    pchain_client <SUBCOMMAND>

OPTIONS:
    -h, --help       Print help information
    -V, --version    Print version information

SUBCOMMANDS:
    transaction    Construct and submit Transactions to ParallelChain network
    query          Query blockchain and world state information for ParallelChain network
    keys           Locally stores and manage account keypairs you created. (Password required)
    parse          Utilities functions to deserialize return values in CommandReceipt, and
                       compute contract address
    config         Get and set Fullnode RPC url to interact with ParallelChain
    help           Print this message or the help of the given subcommand(s)

Why pchain_client


pchain_client allows you to query data from the ParallelChain, submit transactions, and more, all at the comfort of your command line. Check out the examples below for details or see the full list of commands. The following document walks through the CLI's essential workflows.

New users can begin either by

  1. Install and Setup or,
  2. Prepare Environment or,
  3. Setting up New Account

If you are lost at any step, you can always type pchain_client --help.

Content List


Opening an Issue


Open an issue in GitHub if you:

  1. Have a feature request / feature idea,
  2. Have any questions (particularly software related questions),
  3. Think you may have discovered a bug.

Please try to label your issues appropriately.