Commit graph

1 commit

Author SHA1 Message Date
Claude
a2504ebf7b
feat(edge-net): Add network module with QDAG ledger and browser join
- Add network.js with peer discovery, QDAG contribution ledger, and
  contribution verification protocol
- Add join.html for browser-based network joining with Web Crypto API
- Update join.js with NetworkManager integration for QDAG recording
- Add --peers and --network commands for network status viewing
- Update package.json with new files and scripts

The QDAG (Quantum DAG) ledger provides:
- Contribution recording with parent selection for DAG structure
- Weight-based confirmation (3 confirmations for finality)
- Peer-to-peer synchronization support (simulated in local mode)
- Contributor statistics and network-wide metrics

The browser join page provides:
- WASM-based Pi-Key identity generation
- PBKDF2 + AES-256-GCM encrypted identity backup/restore
- Real-time contribution tracking and credit display
- localStorage persistence for cross-session identity
2026-01-02 14:36:36 +00:00