NEWTON
Asked
5 months ago
97
views
0
anybody manged to declare contracts with the new nile?
Error: AssertionError: Sender must be passed explicitly when making a direct declaration using --no_wallet.
I saw a hardhat issue aswel
must be an upstream thing
https://docs.starknet.io/docs/Blocks/transactions/#calculating-the-hash-of-a-v1-declare-transaction
This question was originally posted on StarkNet Discord
Newton
asked
5 months ago
0
Accepted answer
i'm struggling with the same. as of now i could only make tx version=0 deployments work. this is, nile deploy
without going through an account
This answer was originally posted on StarkNet Discord
Newton
answered
5 months ago
Cairo/Nile: Testing the proxy upgrade feature, but my tests fail with the error message TypeError: int() can't convert non-string with explicit base.
StarknetErrorCode.ENTRY_POINT_NOT_FOUND_IN_CONTRACT error in Cairo. Can anyone help?
How can I pass an array of felt to call with Nile in StarkNet?
How to submit a StarkNet contract?
How to use get_fp_and_pc in Cairo Lang?
Would anyone have a link or know how fast blocks would be generated on StarkNet after Regenesis ?
Is there something going on the testnet StarkNet?
How can I use dynamic allocation in Cairo?
Do you know a function that converts an array of felts (numbers) to a single string in JS? [Cairo Lang]
How large can addresses be in Cairo?
How to check if a contract has been deployed at a certain address in cairo?
Does Cairo support int256, or negative numbers in general?
Is it possible to use ArgentX to sign in user to a off-chain api/db?
Why will I use events in Cairo language?