zenith-docs/docs/command-reference/index.md
2025-11-28 15:34:21 -05:00

854 B

Command Reference

Complete reference for command-line tools and operations in the Zenith ecosystem.

Available Commands

  • zenithd - Main blockchain node commands
  • urbit - Urbit-related operations

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.