karask / python-bitcoin-utils

Library to interact with the Bitcoin network. Ideal for low-level learning and experimenting.
MIT License
271 stars 102 forks source link

Need help learning about package Bitcoin transactions #41

Closed mrtnetwork closed 1 year ago

mrtnetwork commented 1 year ago

Hello, thank you for this package. I ported all the classes of your package to Dart I learned a bit about the encryption method and how Bitcoin works when porting this package. But for most of the test files that you prepared, I did not understand what exactly they do, in what transaction, and when they are used. If possible, for the test files you have created, please create a brief description in the file of when to use this script to create a transaction. Thanks