Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dancewithtruth/cairo-learning
A deep dive into the How Cairo Works documentation. I document my learnings and investigate each topic through the Cairo tracer and memory layout..
https://github.com/dancewithtruth/cairo-learning
Last synced: 3 days ago
JSON representation
A deep dive into the How Cairo Works documentation. I document my learnings and investigate each topic through the Cairo tracer and memory layout..
- Host: GitHub
- URL: https://github.com/dancewithtruth/cairo-learning
- Owner: dancewithtruth
- Created: 2022-05-29T04:28:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-08T23:45:58.000Z (over 2 years ago)
- Last Synced: 2024-10-30T00:23:02.317Z (about 2 months ago)
- Language: Cairo
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cairo-learning
A deep dive into the How Cairo Works documentation. I document my learnings and investigate each topic through the Cairo tracer and memory layout printouts.## My Learnings
- https://wuvictor95.substack.com/p/cairo-journey-week-1?s=w
- https://wuvictor95.substack.com/p/cairo-journey-memory-allocation?s=w
- https://wuvictor95.substack.com/p/polycairo-x3-23-x2-45-x-67?s=w
- https://wuvictor95.substack.com/p/cairo-debugging-pc-and-jmp?s=w
- https://wuvictor95.substack.com/p/cairo-consts-and-references?s=w
- https://wuvictor95.substack.com/p/cairo-functions?s=w
- https://wuvictor95.substack.com/p/cairo-aliases-segments-and-object?s=w
- https://wuvictor95.substack.com/p/cairo-scope-imports-hints?s=w
- https://wuvictor95.substack.com/p/cairo-builtins-and-implicit-arguments?s=w