docs: add deployment options table and helper scripts to README
Co-Authored-By: Charon <charon@lethean.io>
This commit is contained in:
parent
96e79beef4
commit
2ff53183c3
1 changed files with 18 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue