So I am trying to use my argentx-created account sign transactions on Goerli Testnet. My understanding is that account contracts are to have __execute__ methods so you can sign a transaction locally and delegate it to the account to send. This is how starknet.py works as well (the client I am using).
However, things are failing because the account contract does not seem to have an __execute__ method, so I cannot use my argentx accounts in my Python scripts.
Hello Argent X team!
So I am trying to use my argentx-created account sign transactions on Goerli Testnet. My understanding is that account contracts are to have
__execute__
methods so you can sign a transaction locally and delegate it to the account to send. This is howstarknet.py
works as well (the client I am using).However, things are failing because the account contract does not seem to have an
__execute__
method, so I cannot use myargentx
accounts in my Python scripts.