Commit Graph

2 Commits

Author SHA1 Message Date
Alexa Louise
376002abbd Complete frontend wiring with unified API and navigation
- Updated chat.html to use blackroad-api.js
- Created blackroad-nav.js for unified navigation across all apps
- Added blackroad-api.js import to key pages (agents, ledger, wallet)
- All apps now share authentication state
- Navigation shows current page and user status
- Responsive design for mobile/desktop

Full app integration complete! All pages use:
- Unified API client (blackroad-api.js)
- Shared authentication system
- Consistent navigation (blackroad-nav.js)
- Backend API at localhost:8000 (local) or api.blackroad.io (prod)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-13 14:30:46 -06:00
Alexa Louise
111d6d2a84 Add complete Ledger hardware wallet setup
Full Ledger Integration:
- Comprehensive Ledger app at /ledger.html
- WebUSB connection with proper device handling
- Real-time connection status
- Device information display
- Account management (BTC, ETH, SOL)
- Address retrieval and verification
- Transaction signing
- Public key export
- Connection logs and monitoring
- Automatic disconnect handling

Features:
- USB-C connection via WebUSB API
- Ledger vendor ID: 0x2c97
- Multi-account support
- Real-time balance tracking
- Transaction history
- Secure signing workflow
- Device verification
- Address confirmation on device

Browser Support:
- Chrome/Edge (WebUSB required)
- Proper error handling
- Connection persistence
- Disconnect detection

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-13 14:09:12 -06:00