Pycryptotools, Python library for Crypto coins signatures and transactions

January 7, 2025 ยท View on GitHub

Latest Version

This is a fork of Vitalik Buterin's original pybitcointools library.

It has been heavily modified and simplified to provide basic service such as:

  • recovering address from a public key for various blockchain
  • recovering wif from private key
  • get the balance for a given address on a blockchain, using block explorer web services API
  • get assets (token & NFT) linked to a given address on a blockchain

Installation:

pip install pycryptotools

Library supports the following blockchains:

  • Bitcoin mainnet & testnet
  • Bitcoin Cash mainnet & testnet
  • Litecoin mainnet & testnet
  • Counterparty mainnet & testnet
  • Ethereum mainnet & testnet
  • Polygon mainnet & testnet

Note

This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.