NEWTON
Asked
4 months ago
38
views
0
Is there any other way to do 2**n without using pow.cairo
?
Newton
asked
4 months ago
What is the inefficiency in this cairo code using alloc_locals
Is there a way to find events in a block without getting receipt for all transactions on Starknet?
Is there any simple way to concat two arrays with known sizes in Cairo?
How to make recursive function in Cairo Lang?
Is there a way to search a block for events without using `get_transaction_receipt` for each transaction?
Is there any way to abi-encode calldata to pass to `account.execute`?
How do you check if a number is even in Cairo?
What are the efficiency gains of direct Cairo vs. transpiling with warp?
How do I transform data from javascript to Cairo?
Does Cairo Lang have any logic operators?
Where can I find a list of decorators available in Cairo?
Would anyone have a link or know how fast blocks would be generated on StarkNet after Regenesis ?
How to use Argent (or any from the main providers) account in the StarkNet.py?
Why I randomly get `HttpError: Bad Gateway` from starknet js?