CLI Quickstart
Get started with Privacy Boost CLI in 5 minutes.Installation
From Binary
Head to https://github.com/testinprod-io/privacy-boost/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 |
PRIVACY_BOOST_NETWORK | Network preset |
PRIVACY_BOOST_CONFIG | Config file path |
PRIVACY_BOOST_INDEXER_URL | Indexer URL |
PRIVACY_BOOST_PROVER_URL | Prover URL |
PRIVACY_BOOST_RPC_URL | RPC URL |
PRIVACY_BOOST_CHAIN_ID | Chain ID |
PRIVACY_BOOST_SHIELD_CONTRACT | Shield contract address |
PRIVACY_BOOST_WETH_CONTRACT | WETH contract address |