854 B
854 B
Command Reference
Complete reference for command-line tools and operations in the Zenith ecosystem.
Available Commands
Quick Reference
Common zenithd Commands
# Start node
zenithd start
# Query participants
zenithd query onboarding participants
# Process attestations
zenithd process-participants <input.json> <output.json>
Development Commands
# Build and install
make install
# Initialize testnet
./scripts/init.sh
# Generate protobuf
make proto-gen
Deployment Commands
# Deploy with Ansible
ansible-playbook stage0-site.yml -e "mode=start"
# Using laconic-so
laconic-so deployment --dir deployment start
For detailed command documentation, see the individual reference pages.