How to verify an BlockChiain transaction using python?

0

Tushar

Posted 2019-12-01T03:33:22.630

Reputation: 1

You need a full node to verify transactions. I don't think any Python ones exist, but you can connect to e.g. a Bitcoin Core node using RPC from Python.Pieter Wuille 2019-12-01T03:38:58.610

No answers