NEWTON
Asked
2 months ago
32
views
0
Is there any other way to do 2**n without using pow.cairo
?
Newton
asked
2 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?
Which is this extension that shows you errors before compilation ser?
Does Account Abstraction work on Mobile?
Is there a threshold of optimum transaction speed/cost in L2s?
Cairo error "Expected expression of type 'starkware.cairo.common.uint256.Uint256' to have an address."
Searching for Cairo Questions
Did you change the factory/create2 part (to compute pool addresses)?
What are multi-calls in Account Abstraction? What will it bring to the UX?