Can't call smart contract from Python

Question:

I’m trying to call an Algorand smart contract from with python.

enter image description here

I can’t get my private key using mnemonic why that?

I’m using Python and I’m trying this command:

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

it does not work.

would really appreciate some help here.

Asked By: Web Zero

||

Answers:

it’s super simple, don’t put commas between the words.

Answered By: vrushang desai
Categories: questions Tags: , ,
Answers are sorted by their score. The answer accepted by the question owner as the best is marked with
at the top-right corner.