is there a python code that helps build raw bitcoin transactions (Legacy and Segwit)? I have seen javascript but not in python.
Asked
Active
Viewed 74 times
1
-
Have you tried python-bitcoinlib? https://github.com/petertodd/python-bitcoinlib/blob/master/examples/spend-p2pkh-txout.py – m1xolyd1an May 16 '23 at 04:25
-
hey, thanks! Peter Todd, sounds very familiar... – Jim Quick May 16 '23 at 09:41