Skip to content

Commit

Permalink
Add tooling section
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianGCalderon committed Nov 4, 2024
1 parent 159f67d commit dd44087
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
# Documentation

* [How does the original Cairo VM work?](./python_vm/)
* [Benchmarks](./benchmarks/)
* [Custom Hint Processor](./hint_processor/)
* [How to run a cairo program with custom hints](./hint_processor/builtin_hint_processor)
* [References parsing](./references_parsing/)
* [Tracer](./tracer/)
* [Debugging](./debugging.md)

## Tooling

- [cairo1-run](/cairo1-run)
- [cairo-vm-cli](/cairo-vm-cli)
- [cairo-vm-tracer](/cairo-vm-tracer)
- [fuzzer](/fuzzer)
- [hint_accountant](/hint_accountant)

0 comments on commit dd44087

Please sign in to comment.