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

starknet-cli account deployment fails #163

Open
bajpai244 opened this issue May 24, 2023 · 2 comments
Open

starknet-cli account deployment fails #163

bajpai244 opened this issue May 24, 2023 · 2 comments

Comments

@bajpai244
Copy link

I was following the starknet documentation.

I get the following error while simulation or deploying my account.

telegram-cloud-document-5-6298558638957005673

Link in the documentation.

Other Info:

starknet version: 0.11.1.1

obtained from starknet --version

@bajpai244
Copy link
Author

I digged deep and this from where the error seems to occur from:
->

assert contract_address == actual_address

The contract_address isn't equal to actual_address, which leads into an assertion error.

@cymqqqq
Copy link

cymqqqq commented Jul 31, 2023

Hi @bajpai244 , can you try "starkli account deploy" command to deploy your own account.json? Firstly, you can install starkli environment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants