-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add Account Documentation #273
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also we should also mention that we only support openzeppelin account variant (for more advance usecases they should use starkli
) and also add an example.
you can refer to: https://book.starkli.rs/accounts
The `sozo account` command allows managing accounts for the Sozo platform. | ||
It provides functionalities to create new account configurations, deploy account contracts, and fetch | ||
existing account configurations. | ||
## Usage |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The `sozo account` command allows managing accounts for the Sozo platform. | |
It provides functionalities to create new account configurations, deploy account contracts, and fetch | |
existing account configurations. | |
## Usage | |
The `sozo account` command allows managing account contracts. | |
It provides functionalities to create new account configurations, deploying them, and fetch | |
account configuration for already existing account. | |
## Usage |
Oh I haven't read this before I'm already getting to do it |
[add] an example
Done the new changes @lambda-0x |
- `starknet`: Options for specifying StarkNet configuration. | ||
- `signer`: Options for specifying the signer. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you please add more description for options that are not directly arguments, something like: https://book.dojoengine.org/toolchain/sozo/world-commands/execute#world-options.
so user can know exactly what argument they need to pass in the CLI.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one small suggestions, otherwise LGTM.
OK on my way |
@jancris100 any updates on this? |
Hello sorry for the delay I have had very busy weeks today I have time at night and I will update the documentation |
Ready the update |
Docs for sozo account #272
-New route to account.mdx
-Documentation to account