Skip to content

Commit

Permalink
demo of the runner workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
neotheprogramist committed Dec 25, 2023
1 parent 0196c33 commit 3df1300
Show file tree
Hide file tree
Showing 7 changed files with 5,189 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
scarb 2.4.0
scarb 2.4.1
3 changes: 3 additions & 0 deletions Scarb.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[package]
name = "cairo_verifier"
version = "0.1.0"

[lib]
sierra-text = true
19 changes: 19 additions & 0 deletions runner/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Tu run cairo verifier follow this steps

build the latest version of the verifier to create sierra file

```
scarb build
```

install cairo-args-runner

```
cargo install cairo-args-runner
```

run the sierra file

```
cairo-args-runner target/dev/cairo_verifier.sierra < runner/resources/ready_input.json
```
Loading

0 comments on commit 3df1300

Please sign in to comment.