Installation
bwick is the official command-line tool for bwickchain. Install it directly from the GitHub repo with npm, nothing to download by hand.
The bare interactive wallet (running
bwick with no arguments) is currently under maintenance. The scriptable CLI commands documented in this section deliver the full set of wallet and chain functions in the meantime: query balances, manage keys, and send BWICK. See Interactive Wallet.Prerequisites
- Node.js 18+ - Download
- git - npm uses it to fetch the repo
Install
npm link puts a bwick command on your PATH. (You can skip it and run node dist/cli.js <command> from the clone instead.) Verify:
https://rpc.bwick.fun and https://rest.bwick.fun, no configuration needed.
One-line install
On most setups you can skip the clone:bwick isn’t found afterward (some npm versions mishandle global installs from a git source), use the clone method above.
Updating
Pull the latest and relink:Commands at a glance
--json to any command for machine-readable output.
Next Steps
Configuration
Point the CLI at a different endpoint, or feed it credentials for scripts
Key Management
Create, import, and list wallets

