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
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).
The text was updated successfully, but these errors were encountered:
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.
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).
The text was updated successfully, but these errors were encountered: