docs: add deployment options table and helper scripts to README
Some checks are pending
Build & Release / Linux x86_64 (push) Waiting to run
Build & Release / macOS ARM64 (push) Waiting to run
Build & Release / Create Release (push) Blocked by required conditions

Co-Authored-By: Charon <charon@lethean.io>
This commit is contained in:
Claude 2026-04-03 12:35:28 +01:00
parent 96e79beef4
commit 2ff53183c3
No known key found for this signature in database
GPG key ID: AF404715446AEB41

View file

@ -2,6 +2,24 @@
Run the full Lethean ecosystem in Docker. No compilation needed.
## Deployment Options
| Compose File | For | Services |
|---|---|---|
| `docker-compose.node.yml` | Home node operator | Daemon + wallet (PoS staking) |
| `docker-compose.exit.yml` | VPN exit node operator | Daemon + wallet + WireGuard |
| `docker-compose.pull.yml` | Full ecosystem | All 8 services + databases |
## Helper Scripts
```bash
bash demos/helpers/chain-info.sh # Chain height, difficulty, status
bash demos/helpers/chain-aliases.sh # List on-chain aliases
bash demos/helpers/wallet-address.sh # Show your wallet address
bash demos/helpers/wallet-balance.sh # Check LTHN balance
bash health.sh # Full ecosystem health check
```
## Quick Start
```bash