You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
λ sozo account
Manage accounts
Usage: sozo account [OPTIONS] <COMMAND>
Commands:
new Create a new account configuration without actually deploying.
deploy Deploy account contract with a DeployAccount transaction.
fetch Fetch account config from an already deployed account contract.
help Print this message or the help of the given subcommand(s)
Options:
-v, --verbose... Increase logging verbosity
-q, --quiet... Decrease logging verbosity
-h, --help Print help (see more with '--help')
-V, --version Print version
The text was updated successfully, but these errors were encountered:
We added the
sozo account
command in dojoengine/dojo#1601 but the book isn't updated to include the documentation for it.Add the documentation for it similar to other commands that we have for
sozo
.Ref: https://github.com/dojoengine/dojo/blob/main/bin/sozo/src/commands/account.rs
The text was updated successfully, but these errors were encountered: