简体   繁体   English

如何在没有甘纳许的情况下使用 python 发送以太坊交易?

[英]How send Ethereum transaction with python without ganache?

Im new at this blockchain thing and want to learn it with python我是这个区块链的新手,想通过 python 学习它

i arleady created a wallet via python我已经通过 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:)谢谢你的帮助:)

Im new at this blockchain thing and want to learn it with python我是这个区块链的新手,想用 python 学习它

i arleady created a wallet via python我已经通过 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:)谢谢你的帮助:)

It is sufficient to know the private key and using web3.py.知道私钥并使用 web3.py 就足够了。 Please follow the documentation: https://web3py.readthedocs.io/en/stable/web3.eth.account.html?highlight=sign#sign-a-transaction请按照文档: https://web3py.readthedocs.io/en/stable/web3.eth.account.html?highlight=sign#sign-a-transaction

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM