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>
50 lines
788 B
VHS
50 lines
788 B
VHS
# Lethean Wallet — Basic Operations
|
|
|
|
Output demos/wallet-basics.gif
|
|
|
|
Set FontSize 14
|
|
Set Width 900
|
|
Set Height 500
|
|
Set Theme "Dracula"
|
|
Set TypingSpeed 40ms
|
|
Set Padding 15
|
|
|
|
Type "# Lethean Wallet — Basic Operations"
|
|
Enter
|
|
Sleep 500ms
|
|
|
|
Type "# Get your wallet address"
|
|
Enter
|
|
Type "bash demos/helpers/wallet-address.sh"
|
|
Enter
|
|
Sleep 2s
|
|
|
|
Type ""
|
|
Enter
|
|
Type "# Check balance (staking rewards accumulate here)"
|
|
Enter
|
|
Type "bash demos/helpers/wallet-balance.sh"
|
|
Enter
|
|
Sleep 2s
|
|
|
|
Type ""
|
|
Enter
|
|
Type "# View chain info"
|
|
Enter
|
|
Type "bash demos/helpers/chain-info.sh"
|
|
Enter
|
|
Sleep 2s
|
|
|
|
Type ""
|
|
Enter
|
|
Type "# Browse on-chain aliases"
|
|
Enter
|
|
Type "bash demos/helpers/chain-aliases.sh"
|
|
Enter
|
|
Sleep 3s
|
|
|
|
Type ""
|
|
Enter
|
|
Type "# Wallet stakes automatically — PoS rewards arrive as you sleep"
|
|
Enter
|
|
Sleep 2s
|