z3ro-cli
v1.3.11
Published
Z3ro Cash - Privacy-First Terminal Wallet
Maintainers
Readme
Z3ro CLI
Privacy-First Terminal Wallet powered by zero-knowledge technology.
███████╗ ██████╗ ██████╗ ██████╗
╚════██║ ╚════██╗██╔══██╗██╔═══██╗
███╔═╝ █████╔╝██████╔╝██║ ██║
██╔══╝ ╚═══██╗██╔══██╗██║ ██║
███████╗ ██████╔╝██║ ██║╚██████╔╝
╚══════╝ ╚═════╝ ╚═╝ ╚═╝ ╚═════╝
██████╗ █████╗ ███████╗██╗ ██╗
██╔════╝██╔══██╗██╔════╝██║ ██║
██║ ███████║███████╗███████║
██║ ██╔══██║╚════██║██╔══██║
╚██████╗██║ ██║███████║██║ ██║
╚═════╝╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ 🔐 Z3ro Cash - Privacy-First DeFi Terminal Wallet
Features
- 🛡️ Zero-Knowledge Privacy - Fully private transactions
- 🔄 Multi-Chain Support - Ethereum, Polygon, BSC, Arbitrum
- 💱 Private Swaps - Trade without revealing your holdings
- 🎯 Shield & Unshield - Move between public and private balances
- ⚡ Lightning Fast - Optimized CLI interface
- 🔓 Open Source - Fully auditable code
Quick Start
Install via NPM (Recommended)
npm install -g z3ro-cli
z3ro-cliDownload Binary
Linux:
wget https://github.com/z3rocash/z3ro-cli/releases/latest/download/z3ro-cli-linux.tar.gz
tar -xzf z3ro-cli-linux.tar.gz
./z3ro-climacOS:
curl -LO https://github.com/z3rocash/z3ro-cli/releases/latest/download/z3ro-cli-macos.tar.gz
tar -xzf z3ro-cli-macos.tar.gz
./z3ro-cliWindows: Download from Releases
Requirements
- Node.js 20.x or higher
- Rust (for building from source)
Development
Install Dependencies
npm install --legacy-peer-depsRun from Source
# Build the project
npm run build
# Start the wallet
npm run startBuild Executable
# Install Rust dependencies
cargo install nj-cli
# Build executable
npm run ship
# Run executable
cd build
./z3ro-cliSecurity
Verify Releases
Each release includes SHA256 checksums and GPG signatures.
# Verify checksum
sha256sum --check SHA256SUMS.sha
# Verify GPG signature
gpg --import PUBLICSIGNER.asc
gpg --verify SHA256SUMS.sha.sig SHA256SUMS.shaDocumentation
Links
- 🌐 Website: z3ro.cash
- 📦 NPM: npmjs.com/package/z3ro-cli
- 🐙 GitHub: github.com/z3rocash/z3ro-cli
License
LGPL-3.0-or-later
Support
- 📧 Email: [email protected]
- 🐛 Issues: GitHub Issues
Built with privacy in mind. 🔐
