RFC: Add optional Bluetooth (bitchat-style) for private note transfer
- 主要语言
- TypeScript
- 星标
- 5
- 派生
- 28
- 平均合并
- 9 小时 50 分钟
- 30 天内合并 PR
- 123
描述
Add an optional Bluetooth transport so users in close physical proximity can send private notes directly to each other, peer-to-peer, instead of routing them through the note transport layer. A standard P2ID/P2IDE note is only ~1–2 KB, so BLE transfer would be near-instant; private note transfer could be done with unauthenticated notes.
**Motivation**
- Improved privacy: private note state shared directly via local Bluetooth link
- Faster hand-off for in-person transfers (think point of sale terminal)
**Proposed behavior**
- Opt-in feature, disabled by default
- Discover nearby Miden wallet users over Bluetooth
- Establish a direct, encrypted link and transfer the note payload (bitchat-style)
- Fall back to the existing note transport layer when Bluetooth is unavailable or the peer is out of range
贡献指南
调研方向
Look for existing Bluetooth integration or networking code in the wallet repository. Start by understanding the current note transport layer and how notes are structured. Research Bluetooth Low Energy (BLE) APIs for the target platform (likely mobile). The goal is to add a new transport option that discovers peers, establishes an encrypted link, and transfers note payloads, with a fallback to the existing layer.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- typescript
- 领域
- mobile, networking
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 冷清
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100