Skip to main content

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/sunnyside-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

Output:

3. Check Balance

4. Deposit

--amount defaults to wei (smallest unit). Pass --human to interpret the value as a decimal token amount instead — the CLI parses it using the token’s decimals.

5. Transfer

6. Withdraw

7. View History

Configuration File

Create ~/.privacy-boost/config.toml:
Or initialize with a preset:

Session Management

Scripting Example

JSON Output

Use --output json (or -o json) for machine-readable output:

Environment Variables

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