-
Notifications
You must be signed in to change notification settings - Fork 1
Ethereum Wallet
MMDRZA edited this page Feb 24, 2024
·
1 revision
generated Private key hex format and convert to ethereum address wallet in python with libit package : from libit import Ethereum
from libit import Ethereum
import os
# // Generate random private key HEX
key = os.urandom(32).hex()
# // Initialize Ethereum Class
eth = Ethereum(private_key=key)
# // Convert Private Key HEX to Ethereum Address
ethereum_address = eth.get_address()
# // Print Ethereum Address
print(ethereum_address)
# // Decimal
dec = eth.get_decimal()
print(dec)
# // Seed
seed = eth.get_seed()
print(seed)
Programmer and Owner : Pymmdrza / Telegram Channel : Cryptoixer / Telegram ID : Mr1Mmdrza / Website : Mmdrza.Com
Note
Donate / Bitcoin : 1MMDRZAcM6dzmdMUSV8pDdAPDFpwzve9Fc