Skip to content

Commit

Permalink
Merge pull request #7 from lambdaclass/readme-example
Browse files Browse the repository at this point in the history
Add naive example usage
  • Loading branch information
pefontana authored Sep 4, 2024
2 parents b5c08e3 + be9040c commit 2b612d5
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 2b612d5

Please sign in to comment.