https://alpha4.starknet.io/feeder_gateway/get_transaction_receipt?transactionHash=
Go to starkware/starknet/testing/starknet.py
In the definition of deploy
, you will see there the invocation of compile_starknet_files
.
Add the argument disable_hints_validation=True
%{
print(ids.my_felt)
print(ids.my_struct.get_or_set_value("some_field", None))
exit()
%}
https://github.com/starkware-libs/cairo-lang/blob/master/src/starkware/cairo/common/math.cairo