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

feat: starkli support for declaring and deploying account #804

Open
Tracked by #777
ICavlek opened this issue Oct 3, 2024 · 0 comments · May be fixed by #826
Open
Tracked by #777

feat: starkli support for declaring and deploying account #804

ICavlek opened this issue Oct 3, 2024 · 0 comments · May be fixed by #826
Assignees

Comments

@ICavlek
Copy link
Contributor

ICavlek commented Oct 3, 2024

Since beerus is a middleware, it is necessary to support starkli that is user interface for interacting with starknet. It has to be investigated and decided how it is going to be: from env via .sh script, as docker image or it will be imported as a library directly in the test. Following features should be supported:

  • starkli signer - for creating public/private key
  • starkli declare - for declaring account contract
  • starkli invoke eth transfer - for funding new account
  • starkli deploy - for deploying account contract
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

Successfully merging a pull request may close this issue.

2 participants
@ICavlek and others