LUMEN MANAGER v1.0
==================
Desktop companion for the LUMEN decentralized GPU rendering network (Robinhood Chain).

WHAT'S INSIDE
  LumenManager.html   desktop app UI (wallet connect + node fleet + render jobs)
  LumenManager.bat    Windows launcher — double-click to open the app
  lumen-wallet.js     command-line wallet (Node 18+ required for the CLI)

GETTING STARTED
  1. Make sure the LUMEN server is running:  node serve.js   (in the LUMEN project folder)
     The default server URL is http://localhost:8858 — change it inside the app
     if the server runs elsewhere.
  2. Double-click LumenManager.bat (or open LumenManager.html in any browser).
  3. Click "Connect Wallet" in the top-right corner:
       - Create wallet: generates your lum1... address + secret + 12-word phrase
       - Import wallet: paste an existing address + 32-hex-char secret
     Signing is challenge/response (sha256) — your secret never leaves your machine
     except as a hash, matching the server's stored hash.
  4. Once connected you can:
       - claim faucet LUMEN (dashboard has the button)
       - submit render jobs (Cyan Planet, Neon Room, Twin Orbit, Lumen Grid, Token Ring)
       - watch the node fleet and the BME ledger

CLI QUICK START (optional)
  node lumen-wallet.js create
  node lumen-wallet.js balance
  node lumen-wallet.js faucet
  node lumen-wallet.js render planet standard
  node lumen-wallet.js status

NOTES
  - This is a demo package: the render farm is a CPU ray tracer with simulated
    GPU nodes; the LUMEN token is prelaunch (contract address slot reserved).
  - Your wallet file .lumen-wallet.json holds your secret — back it up and
    never share it.

(c) 2026 LUMEN — lumen.network demo
