StarknetByExample
StarknetByExample copied to clipboard
feat: Cairo cheatsheet
Could be a section in chapter 0 with lots of small, concise examples (Similar to Solidity By Example) showing the multiple uses possible of various useful Cairo syntax.
Non-exhaustive list:
- match
- loop
- felt
- type casting
- arrays
- dict
Hi, I'll like to handle this
Thank you very much. Please keep it concise!
Sure I'll do that
#104 introduced cairo cheatsheet We keep this issue open for any further additions
After some discussion in #126, we will make the examples of this part not contracts but only cairo programs. Either hide the contract part with mdbook anchors, or just plain cairo programs.
hey, is there any improvement to do here? I would like to take it