Ethereum Address From HEX

Generated and Convert Private Key Hex To Ethereum Address wallet

import Blockthon as block

# Generated Private Key
privatekey = block.PrivateKey()
# Convert private key hex To Ethereum address
ethereum_Address = block.ETH_From_PrivateKey(privatekey)

check Balance Value Ethereum Address Wallet With Blockthon:

balance = block.Balance_Ethereum(ethereum_Address)

return in balance response number to string example : '0'

Last updated