[Ethereum] Python creat payment and send it with private key

paymentspython

I am thinking/trying to create payment system. Just to learn more about crypto.
I would like to generate public and private key. And send(broadcast) payment into the eth network using python.
How should I do it?
Btw. Thanks for any help and info.

Best Answer

There's a few tools you can use, here are the links to help you get started:

Web3Py:

Pyethereum:

Main Ethereum Client (geth, can be plugged into via web3py):