Skip to content

Commit 259487e

Browse files
Consolidate VM documentation (#1866)
* Add tooling section * Link to new section with doc * Copy documentation * Remove unused section * Fix typo * Clean up doc * Add instruction format section * Add more todos * Add description to some tools * Ack doc source * Add hint and builtin documentation * Remove extra todo * Fix grammar error * Update prover link * Mention Code Walkthrough * Remove TODO * Add example
1 parent 87c10b3 commit 259487e

File tree

2 files changed

+371
-0
lines changed

2 files changed

+371
-0
lines changed

docs/README.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
11
# Documentation
2+
3+
* [How does the Cairo VM work?](./vm/)
24
* [How does the original Cairo VM work?](./python_vm/)
35
* [Benchmarks](./benchmarks/)
46
* [Custom Hint Processor](./hint_processor/)
57
* [How to run a cairo program with custom hints](./hint_processor/builtin_hint_processor)
68
* [References parsing](./references_parsing/)
79
* [Tracer](./tracer/)
810
* [Debugging](./debugging.md)
11+
12+
## Tooling
13+
14+
* [cairo1-run](/cairo1-run): Execute Cairo 1 programs
15+
* [cairo-vm-cli](/cairo-vm-cli): Execute Cairo 0 programs
16+
* [cairo-vm-tracer](/cairo-vm-tracer)
17+
* [fuzzer](/fuzzer)
18+
* [hint_accountant](/hint_accountant)

0 commit comments

Comments
 (0)