Starknet provides the deploy_account transaction in order to deploy new accounts to the network.Deploy account transactionIn order to deploy a new account on StarkNet you need to complete the following steps:Decide on the account contract that you want to deployCompute your would-be account address off-chainSend funds to this addressOnce the address has enough funds to pay for the deployment, you can then send a deploy_account transaction.Transaction flowUpon receiving a deploy_account transa...