6 VHS terminal demos with reusable helper scripts: - ecosystem-startup: full stack coming online - wallet-basics: address, balance, chain info, aliases - lns-dns: HTTP API and DNS resolution - exit-node: VPN exit setup - node-quickstart: 3-step home node - health-check: all services green Co-Authored-By: Charon <charon@lethean.io>
54 lines
921 B
VHS
54 lines
921 B
VHS
# Lethean Ecosystem — Full Stack Startup
|
|
|
|
Output demos/ecosystem-startup.gif
|
|
|
|
Set FontSize 13
|
|
Set Width 1000
|
|
Set Height 650
|
|
Set Theme "Dracula"
|
|
Set TypingSpeed 30ms
|
|
Set Padding 12
|
|
|
|
Type "# Lethean Testnet Ecosystem"
|
|
Enter
|
|
Sleep 500ms
|
|
|
|
Type "docker compose -f docker-compose.pull.yml up -d"
|
|
Enter
|
|
Sleep 3s
|
|
|
|
Type ""
|
|
Enter
|
|
Type "# Waiting for chain daemon to sync..."
|
|
Enter
|
|
Sleep 1s
|
|
|
|
Type "docker compose -f docker-compose.pull.yml ps | grep lthn | sort"
|
|
Enter
|
|
Sleep 3s
|
|
|
|
Type ""
|
|
Enter
|
|
Type "# All services online — running health check"
|
|
Enter
|
|
Type "bash health.sh"
|
|
Enter
|
|
Sleep 4s
|
|
|
|
Type ""
|
|
Enter
|
|
Type "# Browse the explorer at http://localhost:3335"
|
|
Enter
|
|
Type "# Trade DEX at http://localhost:3338"
|
|
Enter
|
|
Type "# Mine at stratum+tcp://localhost:5555"
|
|
Enter
|
|
Type "# Resolve .lthn names via DNS at localhost:5354"
|
|
Enter
|
|
Sleep 1s
|
|
|
|
Type ""
|
|
Enter
|
|
Type "# Lethean — privacy by default, earn by participating"
|
|
Enter
|
|
Sleep 3s
|