You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ledger now has a Starknet App, supporting signing transactions with Stark Curve on Ledger. Any existing Starknet account can now be used with Ledger as a signer. The goal of this issue is to implement a custom LedgerSigner as an extension of the BaseSigner, which will allow signing transactions in starknet.py using a ledger device.
Feature Request
Ledger now has a Starknet App, supporting signing transactions with Stark Curve on Ledger. Any existing Starknet account can now be used with Ledger as a signer. The goal of this issue is to implement a custom
LedgerSigner
as an extension of theBaseSigner
, which will allow signing transactions in starknet.py using a ledger device.For reference, starknet-rs implementation:
https://github.com/xJonathanLEI/starknet-rs/blob/db1fa598232f0698d942cc974f481b5d888ac080/starknet-signers/src/ledger.rs
The text was updated successfully, but these errors were encountered: