Key Management
bwick keys manages your wallets. Each wallet is stored as an encrypted JSON keystore (scrypt + AES-256-GCM) at ~/.bwick/keystore/; your password never leaves your machine.
| Command | What it does |
|---|---|
bwick keys list | List saved wallets (label + address) |
bwick keys add [label] | Create a new wallet and print its recovery phrase |
bwick keys import [label] | Import an existing 12 or 24-word mnemonic |
label is optional - it defaults to the wallet’s address. Use a label so you can refer to the wallet by name (e.g. --from main).
Create a wallet
Import a wallet
List wallets
--json for structured output.
Addresses
bwickchain addresses use thebwick prefix and the standard 118 coin type, so the same recovery phrase also works in compatible wallets like Keplr.
Scripting
For automation, supply the password (and mnemonic, for import) via environment variables so nothing blocks on a prompt - see Configuration.Send BWICK
Use a wallet to sign and broadcast a transfer

