-2

Im new at this blockchain thing and want to learn it with python

i arleady created a wallet via python

Now my question: Is it possible to send transaction with this information

  • mnemonic
  • adress
  • entropy
  • private_key
  • public key
  • passphrase

thank you for help :)

yeckHQ
  • 1
  • 1

1 Answers1

0

It is sufficient to know the private key and using web3.py. Please follow the documentation: https://web3py.readthedocs.io/en/stable/web3.eth.account.html?highlight=sign#sign-a-transaction

Michael
  • 36
  • 3