-
Notifications
You must be signed in to change notification settings - Fork 160
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 support scarb build generate json #1702
Comments
Hello! Could you expand a bit more on the functionality that you need? |
scarb new cairo0408 scarb build above for example 1. |
So I understand what you need instead is something to run a sierra file instead of a cairo file for |
now cairo1-run can run single cairo file. There is no merge. so I am not sure if this can solve this problem. |
This will be addressed in #1719 |
Closed by #1719 |
A command similar to cairo-vm-cli
sarb build json:
for example: 1.hello_world.sierra.json the content inside {"version":1,"type_declarations":[{"id":{"id":0,"debug_name":"u64"},"long_id":{
2.my_contract_hello.contract_class.json the content inside {"sierra_program":["0x1","0x4","0x0" ... ...
The text was updated successfully, but these errors were encountered: