Prerequisites
- Node.js 18 or newer (the CLI is distributed as an npm package).
jq(optional but recommended) — the examples in these docs use it to read fields such asagentUuidandtokenAddressout of--jsonoutput.
Install from npm
The CLI is published asbrickken-cli. Install it globally to get the brickken command:
Verify the installation
brickken --version prints the installed package version. brickken --help lists the global options and command groups.
Build from source
To build a local checkout instead of installing from npm:Next step
Authentication
Set up your private key, RPC URL, and target environment before running commands.