LedgerHQ / app-monero

Monero wallet application for Ledger Nano S & X
Apache License 2.0
273 stars 101 forks source link

New Library/SDK Enhancement/Feature request: ledgerhq/hw-app-xmr node app #136

Open dotnetspec opened 4 hours ago

dotnetspec commented 4 hours ago

I'm working on a bounty to build a mobile web based app for the Monero Haveno project..

Version 0.0.18 can be viewed here.

Using"@ledgerhq/hw-transport-webusb"the LNS/LNX in a Chrome based mobile browser (Android) successfully connects. HID is not currently supported in mobile web browsers and I do not believe this is likely to change in the short term.

However, webusb only enables a connection. To interact with the XMR wallet I need an equivalent of @ledgerhq/hw-app-btc e.g. @ledgerhq/hw-app-xmr

I understand there are requirements specific to Monero that potentially make this more technically challenging than e.g. for Bitcoin. However, the provision of an hw-app-xmr would considerably extend the use cases for Ledger devices in the privacy space.

Any feedback you can give would be much appreciated ...