nft-gallery icon indicating copy to clipboard operation
nft-gallery copied to clipboard

Mitigation to support Ledger hardware wallet

Open gre opened this issue 4 years ago • 5 comments

I've been able to use Ledger hardware wallet with the Kusama application in combination with Chrome's polkadot{.js} extension support.

  • I've been able to see my account
  • I've been able to mint a collection
  • but as soon as I tried to mint a NFT in that collection, i got an error "not supported"

It seems that this bug relates to limitation of the current Kusama Ledger nano app: the device does not fully support batching yet (it could happen in future, but still, signing huge things with a ledger will not be easily possible).

I was wondering if we could consider a mitigation on the web app side, ultimately it's a decision to bundle all operations or make multiple calls, and it could help Ledger hardware wallet support.

Thanks a lot, gre

gre avatar Mar 23 '21 10:03 gre

Hey, I would love to support Legder in KodaDot.

I was wondering if we could consider a mitigation on the web app side

Yeah you are right we would have to split operations into multiple transactions.

P.S. Is it possible to get a Ledgder testing unit?

vikiival avatar Mar 23 '21 11:03 vikiival

// Dev Looks like it is possible to detect origin of the account

vikiival avatar Mar 31 '21 15:03 vikiival

So v5.90 supports utility.batchAll however the latest app on Ledger Live is v5.30.1 Screenshot 2021-07-13 at 11 09 57

vikiival avatar Jul 13 '21 09:07 vikiival

cc @gre https://github.com/Zondax/ledger-kusama/issues/83#issuecomment-878993197

vikiival avatar Jul 13 '21 12:07 vikiival

  • https://github.com/Zondax/ledger-substrate-js 👀

roiLeo avatar Sep 20 '23 07:09 roiLeo

Ledger has grown significantly and is now almost the default hardware wallet in the ecosystem. I believe it's worth reconsidering adding Ledger support for Koda.

DrEverr avatar May 28 '25 09:05 DrEverr