[sozo] Add Deploy Account functionality #1574
Labels
blocked
This issue is blocked due to some other issues
contributor
good first issue
Good for newcomers
help wanted
Extra attention is needed
sozo
Milestone
As we move closer to production, we need to simplify the process for developers to create accounts on live networks.
Currently, Starkli offers the best developer experience for this on Starknet. However, the dojo stack is different, so we should integrate some functionality directly into Sozo.
Account Management
Sozo should enable a developer to create an account, store it in a keystore locally, and then deploy it after funding it through a faucet. This workflow, used by Starkli, is effective.
Since Scarb.toml is checked into repositories, we should follow Starkli's approach and store these in ciphertext. This means we would need to use this account instead of the Scarb.toml account if it exists.
Therefore, this task involves:
The text was updated successfully, but these errors were encountered: