简体   繁体   English

如何从我的 python 程序中调用智能合约?

[英]how can I call smart contract from my python program?

hey guys was trying to call a smart contract from with python.嘿,伙计们正试图从 python 调用智能合约。

在此处输入图像描述

I can't get my private key using mnemonic why that?我无法使用助记符获取我的私钥,为什么?

I'm using python and I'm trying this command:我正在使用 python,我正在尝试这个命令:

private_key = algosdk.mnemonic.to_private_key('word1, word2, word3, etc...)

it does not work.这没用。

would really appreciate some help here.非常感谢这里的一些帮助。

超级简单,单词之间不要加逗号。

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

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