-
Notifications
You must be signed in to change notification settings - Fork 65
Add Trezor support #70
Comments
Hi there, I'm having difficulty trying to sign a transaction using Trezor model T and Stellar Account Viewer. Please review my reddit post for more details, thank you. |
Sorry, I'm just now seeing that the PR that implements Trezor support hasn't been merged. |
I tested sending with Trezor from the Account Viewer ( trezor.io/stellar/ ) and you are right! I get the following message: **"Could not sign transaction: Trezor: Parameter "amount" has invalid type. "string" expected. Warning We submitted your transaction to the network but because of the network conditions we are not certain about its status: it could either succeed or fail. Instead of recreating the transaction you should use the button below to safely resubmit the transaction: However, when I moved my funds to the Trezor account, I saw the balance but there was no option to set inflation destination, so I went ahead and used this: https://kolontsov.github.io/stellar-trezor-inflation/ and it connected to the Trezor T just fine and submitted the request to the network no problem with my signature. By the way, may I recommend to integrate this feature into Account Viewer? i'm sure lots of people will be asking. So not sure, you say PR is not merged but how come trezor.io/stellar/ has the page up and running? They have forked the code here too... https://github.com/trezor/stellar-account-viewer/issues |
@spacesailor24 @reqlez should be fixed on https://trezor.io/stellar |
@prusnak Thank you for the update! Will have to test myself at a later time. |
Actually, just tested with T and Chrome ( wihout the bridge software installed, if that matters ). Works great ! May I suggest getting the inflation destination code on the page going as well ;-) |
I get Error:"Failed to sign with Ledger device: U2F DEVICE_INELIGIBLE" when I try to use Sign with BIP Path |
I'm planning on implementing Trezor support but I'm opening an issue for initial discussion and feedback before I begin coding.
This will also depend on an update to the Trezor Connect project which is being tracked by this issue: trezor/connect#127
As far as the actual implementation, I was planning on adding a "Sign in with Trezor" button under the "Sign in with Ledger" one and essentially copying the Ledger functionality.
The text was updated successfully, but these errors were encountered: