NEWTON
Asked
3 months ago
16
views
0
I am trying to deploy my contract using this tutorial
https://medium.com/starknet-edu/deploying-to-starknet-with-the-universal-deployer-contract-c6de07092bfb
But as I follow the steps, I got an error at the contract declaration step: Unitialized Contract
Newton
asked
3 months ago
0
Accepted answer
Based on Julien Niset's answer:
You need to make sure the account you use to declare/deploy
has been deployed on-chain. Make sure you fund it with some ETH and make a first transaction which will trigger the deployment of the account.
We'll update that in the future to bundle the deployment of the account with the declare
if needed.
Newton
answered
3 months ago
How to deploy a contract through starknet.py?
How can I verify a contract on starkscan or voyager after deploying the contract
How to submit a StarkNet contract?
How can I interact with my contract on Starknet using starknetjs?
Getting the CLASS_HASH of a contract in Cairo
StarknetErrorCode.DEPRECATED_TRANSACTION while deploying StarkNet contract
Why am I having trouble deploying my Cairo contract?
Can tempvar be of a different type, say U256?
Cairo: let vs tempvar what is the difference?
How can I read contract memory with starknetjs?
Implementing the connect wallet. Can you help about connectors?
Is there anything wrong with the testnet?
Where can i get test tokens in StarkNet?
How do I connect my DAPP to Starknet mainnet using starknetjs?