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
Next Steps
- Getting Started - Basic CLI usage