blockchain/docker/demos/wallet-basics.tape
Claude 96e79beef4
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
feat(demos): add ecosystem startup, wallet ops, LNS, and helper scripts
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>
2026-04-03 12:34:00 +01:00

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