We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I'm trying to disassemble the Sierra bytecode for Cairo 1 class but can't find the relevant command. I can see the -d option but it's for decompiling Sierra files. What I want to try is to disassemble the Sierra bytecode with a local JSON file. example here: class: 0x4d7d2ddf396736d7cdba26e178e30e3388d488984a94e03bc4af4841e222920 json: https://external.integration.starknet.io/feeder_gateway/get_class_by_hash?classHash=0x4d7d2ddf396736d7cdba26e178e30e3388d488984a94e03bc4af4841e222920 or https://external.integration.starknet.io/feeder_gateway/get_compiled_class_by_class_hash?classHash=0x4d7d2ddf396736d7cdba26e178e30e3388d488984a94e03bc4af4841e222920
-d
0x4d7d2ddf396736d7cdba26e178e30e3388d488984a94e03bc4af4841e222920
The text was updated successfully, but these errors were encountered:
Hey, for sierra you should use thoth-sierra take a look here and let me know if you still have the bug: https://github.com/FuzzingLabs/thoth/blob/master/sierra/README.md
Sorry, something went wrong.
No branches or pull requests
Hi,
I'm trying to disassemble the Sierra bytecode for Cairo 1 class but can't find the relevant command.
I can see the
-d
option but it's for decompiling Sierra files. What I want to try is to disassemble the Sierra bytecode with a local JSON file.example here:
class:
0x4d7d2ddf396736d7cdba26e178e30e3388d488984a94e03bc4af4841e222920
json: https://external.integration.starknet.io/feeder_gateway/get_class_by_hash?classHash=0x4d7d2ddf396736d7cdba26e178e30e3388d488984a94e03bc4af4841e222920
or
https://external.integration.starknet.io/feeder_gateway/get_compiled_class_by_class_hash?classHash=0x4d7d2ddf396736d7cdba26e178e30e3388d488984a94e03bc4af4841e222920
The text was updated successfully, but these errors were encountered: