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

Correct the deploy account page and provide more ways to deploy accounts using UDC #935

Closed
odednaor opened this issue Nov 15, 2023 · 2 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@odednaor
Copy link
Collaborator

In the deploying new accounts page: https://docs.starknet.io/documentation/architecture_and_concepts/Accounts/deploying_new_accounts/#validate_deploy

When using the deploy_account transaction, the deployed contract must have a __validate_deploy__ entrypoint. Currently this is mentioned as optional.

One can also deploy an account using the deploy syscall. There is a convenient option to use this syscall using the Universal Deployer Contract (UDC) by OpenZeppelin.

@odednaor odednaor added bug Something isn't working enhancement New feature or request labels Nov 15, 2023
@stoobie
Copy link
Collaborator

stoobie commented Jan 21, 2024

@odednaor Does #1011 cover this?

@stoobie
Copy link
Collaborator

stoobie commented Mar 14, 2024

Addressed by #1163.

@stoobie stoobie closed this as completed Mar 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants