Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider supporting Trezor #74

Open
brianddk opened this issue Dec 7, 2018 · 1 comment
Open

Consider supporting Trezor #74

brianddk opened this issue Dec 7, 2018 · 1 comment

Comments

@brianddk
Copy link

brianddk commented Dec 7, 2018

Trezor already has a python library for creating and signing transactions. The raw API allows doing much of what your doing here. It even allows crafting TXNs from spent outputs. Might be easier to integrate than you think.

Here's a simple_trezor_txn.py for reference. Note the sample uses the new release of the library (v0.11.0).

@brianddk
Copy link
Author

brianddk commented Dec 12, 2018

I had thought it would be straight forward looking at this:

But the trezor FW coin structure can't be passed in. Its static in the firmware binary itself. I've asked if extending it to allow dynamic coin additions would be possible. We'll see.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant