spherenet-admin 0.2.1

Command-line tool for SphereNet governance and network administration
# SphereNet Admin CLI Configuration
# Copy this file to .env and update with your values

# Program directory
PROGRAM_DIR=/path/to/your/program/workspace

# RPC URL
RPC_URL=https://api.testnet.sphere.net

# Program deployment settings
PROGRAM_SO=${PROGRAM_DIR}/target/deploy/test_program.so
PROGRAM_KEYPAIR=${PROGRAM_DIR}/target/deploy/test_program-keypair.json
PROGRAM_ID=YOUR_PROGRAM_ID_HERE

# Authority and payer settings
UPGRADE_AUTHORITY=/path/to/your/upgdade/authority/keypair
PAYER=$HOME/.config/solana/id.json

# Optional: Spill account for upgrade (defaults to payer if not set)
# SPILL=