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
If you are lost at any step, you can always type pchain_client --help
.
Common Use Cases
- Install and Setup
- Installation
- Running pchain_client
- Prepare Environment
- Manage Account
- Generate new keypair
- Import existing keypair
- List accounts
- Transaction
- Prepare Transaction file
- Submit Transaction to ParallelChain
- Query
- Check Account related information
- Get Transaction with receipt
- Get Deposit and Stake
- Smart Contract
- Retrieve contract address
- Prepare contract method arguments file
Opening an Issue
Open an issue in GitHub if you:
- Have a feature request / feature idea,
- Have any questions (particularly software related questions),
- Think you may have discovered a bug.
Please try to label your issues appropriately.