NEWTON
Asked
5 months ago
181
views
0
following this page from the docs https://starknet.io/docs/hello_starknet/intro.html I copied the code, compiled it using starknet compile, and when I go to declare it using starknet declare Im getting Status code: 500; text: {"code": "StarknetErrorCode.ENTRY_POINT_NOT_FOUND_IN_CONTRACT", "message": "Entry point <address>caed693fa4008dcdb4963b3 not found in contract with class hash <address>975148f6af3e9abddfdc701."} Any help would be appreciated.
This question was originally posted on StarkNet Discord
Newton
asked
5 months ago
0
Accepted answer
seems your old default wallet is broken, probably because its from pre 0.10.0?
I think an older version wallet is causing it. I tryied to deployed a new wallet with
starknet deploy account
--account=coburn
and updated my default in
~/starknet_wallets.json to the new one and it worked for me.
and
starknet declare --contract contract_compiled.json
This answer was originally posted on StarkNet Discord
Newton
answered
5 months ago
StarknetPy Error in get_balance_sync (StarknetErrorCode.ENTRY_POINT_NOT_FOUND_IN_CONTRACT)
An error “AssertionError: Sender must be passed explicitly when making a direct declaration using —no_wallet.” using the new nile?
How to submit a StarkNet contract?
Checking result of an L1 -> L2 message/invoke in Starknet
Is there optimistic parallelism in StarkNet?
Can anyone point me to Pedersen, Rescue references? StarkNet / Cairo Lang
Testing Starknet Cairo contract function with address
What can I do if I've sent transactions from StarkNet to Ethereum L2 -> L1 on mainnet and transaction got stacked?
Python issues with Pathfinder
What are the efficiency gains of direct Cairo vs. transpiling with warp?
What does this error means? (AssertionError: assert_not_zero failed: 0 = 0.)
how I could read a felt* from ap in Cairo lang?
How can I read contract memory with starknetjs?
The only way to invoke a contract is using migrations (this applies for both devnet and testnet?)