# Sovereign Network Node (AnarchySpace VPS Edition) This repository contains the ZHTP node running on AnarchySpace VPS infrastructure. It is a lean Axum-based service tuned for production: stable identity, atomic state, peer exchange endpoints, and Apache proxy integration. It differs from the GitHub PC/Web4 orchestrator in scope and security posture. Highlights - Stable node identity persisted at `/opt/anarchy-zhtp-node/data/identity.json` - Atomic writes for `peers.json` and `chain.json` - Peer interconnect APIs: `GET /zhtp/peers/export`, `POST /zhtp/peers/add` - UI proxied at `https://www.anarchyspace.com/zhtp` (Apache ProxyPass) - Lite client for user devices: `/zhtp/downloads/zhtp-lite-client.js` Differences vs GitHub Web4/PC version - This edition prioritizes VPS security and operational simplicity. - It omits heavy Web4 orchestration; focuses on continuity/federation endpoints. - Bridges/shims run loopback-only; public port 4820 can be restricted as needed. Deploy notes - Systemd: `anarchy-zhtp-node.service` - Sources: `/opt/anarchy-zhtp-node` - UI: `/opt/anarchy-zhtp-node/webui` (proxied under /zhtp)