eosc icon indicating copy to clipboard operation
eosc copied to clipboard

Add Ledger Nano support

Open abourget opened this issue 7 years ago • 1 comments

Integration is possible, might require building with CGO_ENABLED=1, which might make cross-compilation a bit harder, we could have a ledger-enabled build for different platforms.

Refs:

  • https://github.com/ethanfrey/ledger
    • which uses https://github.com/ethanfrey/hid/blob/master/hid_darwin.go (CGO stuff for all platforms)
  • fairy-wallet uses https://github.com/tarassh/fairy-wallet/blob/master/app/actions/ledger.js which points to https://github.com/LedgerHQ/ledgerjs (see docs here: http://ledgerhq.github.io/ledgerjs/docs/ )
  • other HID implementation: https://github.com/karalabe/hid

abourget avatar Oct 05 '18 21:10 abourget

+1

apimdavid avatar Nov 07 '18 17:11 apimdavid