cwallet
v0.1.2
Published
A TypeScript CLI tool
Readme
CWallet CLI
Command-line wallet manager for creating, importing, exporting, and managing EVM wallets.
Install
npm install -g cwalletOr run without install:
npx cwallet <command>Quick Start
cwallet setup
cwallet create
cwallet showHow It Works
- Run
setuponce to create local config and set the master password. - Use
createto generate a new wallet, orimportto bring an existing one. - Use
showandexportto view address or export secrets. - Use
removeto delete a wallet, andresetto clear everything.
Commands
cwallet setup
Initializes config and asks you to create or import a wallet.cwallet create
Creates a new wallet.
Options:--chain evmcwallet import
Imports a wallet from a mnemonic phrase.cwallet show
Select a wallet and show its address.cwallet export
Export private key and/or mnemonic.
Options:--name <wallet>cwallet remove
Remove a wallet by selection or by name.
Options:--name <wallet>cwallet reset
Clears all local data and session info.
