CLI Quickstart
Use the command-line tool for scripting, automation, and testing private transfers.This quickstart gets you running in 5 minutes with minimal explanation. For detailed walkthroughs of each command, see the CLI Getting Started guide. For background on configuration and auth options, see Setup.
Installation
From Binary
Head to https://github.com/testinprod-io/privacy-boost-sdk/releases to download the latest release for your platform.Quick Example
1. Login with Private Key
Create a configuration file at~/.privacy-boost/config.toml:
2. Check Status
3. Check Balance
4. Deposit
5. Transfer
6. Withdraw
7. View History
Configuration File
Create~/.privacy-boost/config.toml:
Session Management
Scripting Example
JSON Output
Use--output json (or -o json) for machine-readable output:
Environment Variables
| Variable | Description |
|---|---|
PRIVATE_KEY | Wallet private key |
INDEXER_URL | Indexer URL |
RPC_URL | RPC URL |
WETH_CONTRACT | WETH contract address |
Next Steps
CLI Getting Started
Detailed walkthrough of all commands and workflows
Setup Guide
App ID, configuration, and auth method selection
Commands Reference
Complete command documentation
Configuration
Environment variables and network configuration