Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

wallet

Manage your Zora wallet. Requires a wallet configured via setup or ZORA_PRIVATE_KEY.

zora wallet [command]

Subcommands

SubcommandDescription
wallet infoShow wallet address and storage location
wallet exportPrint the raw private key to stdout

Examples

Show wallet info

npx @zoralabs/cli wallet info
 Wallet
 
 Address  0xb4a06BdD9e0E60FFE22E4E7590842bfD2069034E
 Source   ~/.config/zora/wallet.json

JSON output

npx @zoralabs/cli wallet info --json
{
  "address": "0xb4a06BdD9e0E60FFE22E4E7590842bfD2069034E",
  "source": "~/.config/zora/wallet.json"
}

Export private key

npx @zoralabs/cli wallet export

Export with confirmation skip

npx @zoralabs/cli wallet export --yes