NEWTON
Asked
3 months ago
10
views
0
Why am I getting an account __execute__
error message ape_starknet.exceptions.StarknetProviderError: Can only send invoke transaction to an account execute method
?
0x98e3...a56442
asked
3 months ago
0
Accepted answer
Make sure you add a sender to all deploy()
methods in your project. This is a recent change with the newest version so you need to add a sender if you are deploying a contract using ape.project
0x98e3...a56442
answered
3 months ago
ApeWorX: Why am I getting the error message "ArgumentsLengthError"?
Why there is no fee for deploying an account contract (creating account)?
ApeWorX: Why do I need to fund a Starknet account before deploying it?
Cairo: How do I write a custom error message when an assert fails?
ApeWorX: How do I call an account while trying to test a function?
What is an abstract account?
How can I write contact memory with Account.execute in starknetjs?
Is anyone experiencing slowness on goerli StarkNet?
Expect function call to fail in cairo?
How do I create account using starknetjs?
Trying to deploy contract with Argent guide but got error Unitialized Contract
How can I interact with my contract on Starknet using starknetjs?
What Implicit arguments are in Cairo lang?
Does anybody have an idea what is `get_caller_address` returning on an L1 handler call?