List Question
20 TechQA 2024-03-22T13:13:40.750000How to use private inputs in Cairo1?
16 views
Asked by shell
proof of key/value membership on a JSON
47 views
Asked by monkeypotter
Starknet/Cairo function (long)string parameter
92 views
Asked by Ivan Temchenko
What does this condition check pass in cairo-lang?
62 views
Asked by Justin Zhang
Why do a lot of functions in cairo includes {syscall_ptr, pedersen_ptr, range_check_ptr}?
48 views
Asked by Justin Zhang
Cairo : Plugin diagnostic: The value does not fit within the range of type core::felt252
56 views
Asked by Bogdan
how to transfer ETH in starknet contract cairo 1.0?
216 views
Asked by antony tran
How can I add tracing information to my Cairo code?
13 views
Asked by tensojka
Error while declaring/deploying a contract on Starknet by using starkli
452 views
Asked by Lapo
cairo contract with constructor won't compile
120 views
Asked by CCDev
How to uninstall cairo 0 from Mac after update to Cairo 1?
106 views
Asked by Mathe Eliel
Is there any floating number support in Cairo 1?
84 views
Asked by Mathe Eliel
Error: Builtins {'keccak'} are not present in layout "all"
97 views
Asked by SparkHao
Deploying Cairo contract using Protostar
198 views
Asked by CCDev
Cairo: let vs tempvar what is the difference?
107 views
Asked by QQQ
How do you optimize gas in Cairo with Uint256/felt?
186 views
Asked by QQQ
How to generate a proof for a Cairo program and verify it?
367 views
Asked by sinoTrinity
Testing Starknet Cairo contract function with address
199 views
Asked by DarkShark
HashBuiltin - Cairo
242 views
Asked by newway
Why does range_check_ptr chek for [0, 2^128) instead of [0, P/2)
266 views
Asked by ClementWalter