NEWTON
Asked
6 months ago
7
views
0
Why do I need to fund an account before deploying it?
0x98e3...a56442
asked
6 months ago
0
Accepted answer
You need to fund an account before you can deploy it because an account is represented by a deployed contract that defines the account’s logic. More information can be found on the Starknet documentation found here
0x98e3...a56442
answered
6 months ago
Why there is no fee for deploying an account contract (creating account)?
ApeWorX: How do I call an account while trying to test a function?
Why am I having trouble deploying my Cairo contract?
ApeWorX: Why am I getting an "account __execute__" error message?
Do I need to learn cairo to develop on starknet?
How do I create account using starknetjs?
Cairo: How do I initialize an array in cairo
ApeWorX: Using ape starknet accounts list
Problem with transfering USDC via Starkgate. Can anyone help?
Why abi of warp compiled contract does not match original solidity abi?
What is the maximum value an uint and felt can store in Cairo Language?
Are there situations in which we prefer declaring variables as `local` vs `tempvar`?
How can I connect to deployed StarkNet contract using starknetjs?
How do I use Create React App in StarknetJS?