Argent X account on python #1443
Closed
otatataata
started this conversation in
General
Replies: 1 comment
-
Hey @otatataata ,
You're facing mentioned error, because passed signature fails the validation process. You can see how it's validated here. Also, this article about Argent's web wallet architecture may be very handy for you! Let me know if you need more help 😃 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm trying to interact programmatically with an Argent wallet on StarkNet using Python, specifically to call the
run_system
function of the Influence game contract. I'm encountering an error related to invalid owner signature. Here are the details:Contract Address: 0x0422d33a3638dcc4c62e72e1d6942cd31eb643ef596ccac2351e0e21f6cd4bf4
Function Call:
Error Message:
I'm using
starknet_py
and have tried both the standardAccount
class and attempts to useArgentAccount
.My questions are:
Any guidance or resources you could provide would be greatly appreciated. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions