July 14, 2023

Создание ethereum блокчейн кошелька!

from web3 import Account
account = Account.create()
print(f"Адрес кошелька: {account.address}\n"
      f"Приватный ключ кошелька: {account.key.hex()}\n")
pip install aiogram==2.25.1 translators==5.7.9
https://t.me/PyDevPro