NEWTON
Asked
11 months ago
21
views
0
I am getting the error above when I use the following line:
let local (prev : felt) = fibonacci(n-1)
ㅤ This question was originally posted on Triality
0
This is a simple syntax error, your code should look like
let (local prev : felt) = fibonacci(n-1)
If you are trying to combine the let and local in one line.
ㅤ This answer was originally posted on Triality
answered
11 months ago
Error compiling Pathfinder (rust)
Is Kakarot zkEVM a smart contract or a blockchain?
Questions about useStarknetExecute. Do we update the transaction manager on our end? [StarkNet/Cairo]
How do I check that my Solidity compiler version is >= 0.8.0 ?
Why there is no fee for deploying an account contract (creating account)?
Searching for Cairo Questions
Does Account Abstraction support "Session Keys"?