Hi guys. I am messing around in Python to send some coins to any given bitcoin address. I would like to propagate and push a Bitcoin transaction to the network within the same script. I would prefer to send the coins from a local wallet, unless there is an API out there such as this:
https://www.bitgo.com/api/?javascript#send-coins-to-multiple-addresses ,but for Python. Does anyone have any suggestions as to where to look? Sorry for any stupidity I am new to this side of this kind of stuff
Cheers!