Skip to content

Commit

Permalink
Add naive example usage
Browse files Browse the repository at this point in the history
  • Loading branch information
pefontana committed Aug 28, 2024
1 parent 5707a7b commit be9040c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Sierra Emulator

This program takes a Cairo program in Sierra representation as input and "emulates" it to obtain the sierra state at each step.
It is meant as a debugging tool to compare the state against the results of running a Sierra program with Cairo Native.
This program takes a Cairo program in Sierra representation as input and "emulates" it to obtain the sierra state at each step.
It is meant as a debugging tool to compare the state against the results of running a Sierra program with Cairo Native.

## Running the Program
`cargo run <SIERRA PROGRAM> <ENTRYPOINT ID>`

0 comments on commit be9040c

Please sign in to comment.