NEWTON
Asked
3 months ago
7
views
0
Why am I having trouble deploying my Cairo contract?
0x98e3...a56442
asked
3 months ago
0
Accepted answer
You must remember to declare your contract to publish them to the chain before deploying your contract. You only need to declare your contract once but you can deploy the contract multiple times afterwards.
0x98e3...a56442
answered
3 months ago
ApeWorX: Why do I need to fund a Starknet account before deploying it?
Why there is no fee for deploying an account contract (creating account)?
Trying to deploy contract with Argent guide but got error Unitialized Contract
Getting the CLASS_HASH of a contract in Cairo
StarknetErrorCode.DEPRECATED_TRANSACTION while deploying StarkNet contract
How can I verify a contract on starkscan or voyager after deploying the contract
How can I interact with my contract on Starknet using starknetjs?
How do I connect my wallet to my Pathfinder node?
How can I use meta-class of contract (starknetjs) for interaction?
How can I send a Uint256 amount of ERC20 tokens from L1 to starknet? And how should I build my payload for "sendMessageToL2" to match the Uint256 format of Cairo?
Trying to deploy contract with Argent guide but got error Unitialized Contract
How to use Pedersen Hash in StarkNet / Cairo Language?
Can tempvar be of a different type, say U256?
My ABIs will be same right? In UI I am assuming I wont have to make any changes