remit-cli-0.1.0 is not a library.
remit-cli
Command-line interface for Remit — USDC payments for AI agents on Base.
Install
Binary (recommended)
Download from GitHub Releases:
# Linux (x86_64)
&&
# Linux (aarch64)
&&
# macOS (Apple Silicon)
&&
# macOS (Intel)
&&
# Windows (PowerShell)
crates.io
Build from source
Setup
# Generate a new keypair
# Or use an existing private key
Quickstart
Commands
| Command | Description |
|---|---|
remit init |
Generate keypair and configure auth |
remit status |
Wallet status and balance |
remit balance |
USDC balance |
remit pay <to> <amount> |
One-time payment |
remit tab open/charge/close |
Tab (running balance) |
remit stream open/close |
Streaming payments |
remit escrow create/release/cancel/claim-start |
Escrow |
remit bounty post/submit/award |
Bounties |
remit deposit create |
Deposit address |
remit fund |
Generate fund link |
remit withdraw |
Generate withdraw link |
remit mint <amount> |
Mint testnet USDC (max 2500/hr) |
remit webhook create/list/delete |
Webhook subscriptions |
remit a2a discover/pay/card |
A2A agent discovery and payments |
remit config set/get/show |
Configuration |
remit completions <shell> |
Shell completions (bash, zsh, fish, powershell) |
Flags
| Flag | Description |
|---|---|
--json |
Machine-readable JSON output |
--testnet |
Use Base Sepolia testnet |
--no-permit |
Skip EIP-2612 permit auto-signing |
Auth
Set your private key via environment variable or .env file:
Or run remit init to generate a fresh keypair stored in ~/.remit/config.toml.
Never commit your private key to git.
Shell Completions
JSON Output
All commands support --json for scripting:
|
|
|
License
MIT