Web Zero
Web Zero

Reputation: 587

Can't call smart contract from Python

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.

Upvotes: 1

Views: 69

Answers (1)

vrushang desai
vrushang desai

Reputation: 46

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

Upvotes: 2

Related Questions