Usage: cargo pbc account [-hv] [--net=] COMMAND Account creation and information about accounts on the Partisia Blockchain. -h, --help Print usage description of the command. --net= The blockchain net to target. "mainnet" Target the mainnet "testnet" Target the Target a custom net (with no browser) , Target a custom net with a custom browser. -v, --verbose Print all available information. Default is to print minimum information. Commands: create Create a private key and print the associated address on the Partisia Blockchain. By default, the private key will be output to the file '
. pk'. If the target is the Testnet, then the account is also filled with gas. show Show information about an account (as JSON). mintgas Mint gas for the given account. (This is only possible on the testnet) address Print the blockchain address for a given private key.