Installation
This guide covers installing the Privacy Boost CLI tool.Prerequisites
- Rust 1.70 or later (for building from source)
- An Ethereum RPC endpoint
- A private key with funds for transactions
Installation Methods
From Pre-built Binary
Download the latest release for your platform:From Source (Currently unavailable)
Build from the repository:Cargo Install (Currently unavailable)
To install the privacy-boost crate from crates.io:Verify Installation
Configuration
Configuration File
Create a configuration file at~/.privacy-boost/config.toml:
Environment Variables
Override configuration with environment variables:Quick Example
Commands
| Command | Description |
|---|---|
init | Initialize configuration file |
login | Connect wallet, derive privacy keys, and authenticate |
logout | Clear session |
status | Show connection status |
balance | Check a token balance |
balances | Check all token balances |
deposit | Deposit tokens to private balance |
withdraw | Withdraw to public address |
send | Send private transfer |
history | View transaction history |
sessions | List saved sessions |
search-address | Look up identity by address or MPK |
Next Steps
- Getting Started - Basic CLI usage