NEWTON
Asked
4 months ago
5
views
0
Hey, while using hardhat test, do we have to manually compile all the contracts again? Bcz if I don’t, it’s still using old compilation and not new contract changes.
Just trying to understand if there is a better way. In solidity, it used to auto compile and that too only changed contracts.
Newton
asked
4 months ago
0
would this help: https://github.com/Shard-Labs/starknet-hardhat-plugin#recompilation
answered
4 months ago
Hey, is there anyway to debug Cairo contracts in hardhat environment? Something like hardhat console in solidity
What if my solidity contract contains Assembly or special EVM calls ?
ApeWorX: How do I call an account while trying to test a function?
How to setup local Starknet node with Account contracts?
Equivalent to Solidity's keccak256(abi.encodePacked())?
Are transpiled contracts only interactable with the warp cli?
Is it possible to transpile contracts that use openzeppelin libraries?
Is there a javascript version of StarkEx playground?
a pointer with a hint, without doing a memory allocation
If I want to use starkex do I have to deploy my custom starkex contracts?
Cairo: How do I write a custom error message when an assert fails?
How to write a function in Cairo Lang (StarkNet)?
What libraries are secure to use in Cairo?
How can I write contact memory with Account.execute in starknetjs?