Commit Graph

2 Commits

Author SHA1 Message Date
ca133132f6 feat: rename app to Wallet Generator and add wallet save to disk
- Rename app to 'Wallet Generator' (index.html, window title, sidebar, package.json)
- Add ~/.wallet-generator/wallet/ as save directory for all generated wallets
- Add save-wallet and get-wallet-dir IPC handlers in Electron main process
- Expose saveWallet/getWalletDir via preload contextBridge
- HDWallet: save JSON to disk with optional encryption, show saved path
- SingleAddress: add Save card with editable filename for all address types
2026-03-09 14:31:40 +01:00
944b30126d feat: replace HTTP API with Electron IPC + Python CLI dispatcher
- Add src/cli.py: dispatches commands to Python functions, returns JSON
- Add frontend/electron/main.cjs: ipcMain handlers call Python via execFile
- Add frontend/electron/preload.cjs: exposes window.electronAPI to renderer
- No uvicorn/FastAPI server needed — Python called directly per request
2026-03-09 14:23:35 +01:00