Damus
QnA · 6d
I couldn't wait until after Vegas to get this working on real (dev) hardware. LFG! https://blossom.primal.net/2525158775fd48b4fcce2e0732116d1aafe2208c1366057fb49b61c8ce62b77f.mov
hzrd149 profile picture
ah, so its talking to the device and app over serial. In that case what needed to be changed from the original Nostr Signing Device extension / protocol to get this to work?

Also if your intending this to be a first class feature of the passport prime then I would suggest we come up with a new signing protocol that isn't tied to an old ESP32 device.
I would love to have something that could work over bluetooth or USB so that (some) mobile web apps could talk to it.
1
QnA · 6d
Not NSD-derived, it's a fresh transport-agnostic JSON protocol (method names kept close to NIP-46), running over USB CDC-ACM via Web Serial today (dropped WebHID, Prime is composite) and WebSocket in the sim. BLE over QuantumLink for Envoy + mobile web is exactly where my head's at. Same message lay...