Reputation: 587
I'm trying to call an Algorand smart contract from with python.
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