-
Notifications
You must be signed in to change notification settings - Fork 11
Support Decred #8
Comments
Decred cannot be fully supported since its not compatible with bitcoinjs, or to be precise trezor fork of bitcoinjs lib. |
Thanks for letting me know. So should I move this issue there? |
yes, However any contribution is welcome i can put you thru the process, what needs to be done or changed |
briefly: There is already blake2b dependency in this project and could be used to do that here Also probably |
Thanks for the start. Yeah, our checksum is hashed twice: https://github.com/decred/base58/blob/master/base58check.go#L23 I'll look into the code and any questions I have I ask here. Thanks for your time. |
Hey @szymonlesisz , when possible, plz review #9 |
@szymonlesisz @prusnak |
decred is supported by trezor-firmware, but it is not supported for trezor-connect right now.
We used trezor.js for our connection, but with that being deprecated, now we need to support decred at trezor-connect, so we can still supporting trezor.
The text was updated successfully, but these errors were encountered: