For the complete documentation index, see llms.txt. This page is also available as Markdown.

Key Management

Key Management

Add New Wallet

pchaind keys add wallet --home $HOME/.pushchain

Restore Existing Wallet

pchaind keys add wallet --recover --home $HOME/.pushchain

List All Wallets

pchaind keys list --home $HOME/.pushchain

Delete Wallet

pchaind keys delete wallet --home $HOME/.pushchain

Check Balance

pchaind q bank balances $(pchaind keys show wallet -a --home $HOME/.pushchain) --home $HOME/.pushchain

Export Key

pchaind keys export wallet --home $HOME/.pushchain

Export Key to EVM

Import Key