NEWTON
Asked
26 days ago
29
views
0
I got an error while deploying:
{"code": "StarknetErrorCode.DEPRECATED_TRANSACTION", "message": "Deploy transaction is no longer supported."}
Umm, cairo playground does not support deploying contracts anymore
What is the most user-friendly way to deploy contracts on starknet for now?
Newton
asked
26 days ago
0
0
This may be helpful for you https://starkware.notion.site/Deploy-a-contract-and-an-account-on-StarkNet-ed2fd13301d2414e8223bb72bb90e386
Newton
answered
25 days ago
How to deploy a contract through starknet.py?
Status “received” while deploying starknet transaction. Is it ok?
Why there is no fee for deploying an account contract (creating account)?
Trying to deploy contract with Argent guide but got error Unitialized Contract
Which account does protostar deploy command from?
Why am I having trouble deploying my Cairo contract?
ApeWorX: Why do I need to fund a Starknet account before deploying it?
Is there a Cairo equivalent to Keccak256(abi.encode(parameters))?
Does anyone know how to print a uint256 in protostar tests?
Where can i get test tokens in StarkNet?
signing a message using account.signMessage(data) | starknet.js
Cairo error for Unexpected '.' after ... which is future
Cairo: How do I find the current contract's address?
How to use await in StarkNet.py?