Skip to content
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

Review/rewrite how-to for account contracts #253

Closed
critesjosh opened this issue May 1, 2024 · 0 comments · Fixed by AztecProtocol/aztec-packages#6345
Closed

Review/rewrite how-to for account contracts #253

critesjosh opened this issue May 1, 2024 · 0 comments · Fixed by AztecProtocol/aztec-packages#6345
Assignees

Comments

@critesjosh
Copy link
Collaborator

critesjosh commented May 1, 2024

Review / rewrite this page based on feedback

https://docs.aztec.network/developers/contracts/writing_contracts/accounts/write_accounts_contract

  • says we should understand how accounts are defined and links here for that: https://docs.aztec.network/learn/concepts/accounts/main
  • but that doc is confusing. some super basic concepts are missing like:
  • how do I go from 0 to 1? like how do I deploy a smart account contract if I don't have an account already?
  • descriptions of the actually pre-existing account contract types and what properties they have (i see links to tests for things, and did manage to find a list in the aztec.js documentation, but no links to the actual contract code anywhere)
  • the fee management stuff is confusion. I guess there are no fees right now so I don't need to worry about paying for anything? or if there are fees, do I need to pay some third party who is already bootstrapped to create my account?|
rahul-kothari pushed a commit to AztecProtocol/aztec-packages that referenced this issue May 14, 2024
Reverts commit a687fbe.

Brings account docs up to date.

closes AztecProtocol/dev-rel#253

---------

Co-authored-by: josh crites <[email protected]>
Co-authored-by: josh crites <[email protected]>
iakovenkos pushed a commit to AztecProtocol/aztec-packages that referenced this issue May 15, 2024
Reverts commit a687fbe.

Brings account docs up to date.

closes AztecProtocol/dev-rel#253

---------

Co-authored-by: josh crites <[email protected]>
Co-authored-by: josh crites <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants