Skip to content

Commit

Permalink
risc0 guest code
Browse files Browse the repository at this point in the history
  • Loading branch information
CeciliaZ030 committed Feb 26, 2024
1 parent ff2ea1b commit 69484a9
Show file tree
Hide file tree
Showing 8 changed files with 3,479 additions and 15 deletions.
532 changes: 532 additions & 0 deletions raiko-guests/risc0/Cargo.lock

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions raiko-guests/risc0/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "risc0"
name = "risc0-guest"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[build-dependencies]
risc0-build = { version = "0.20.1" }

[package.metadata.risc0]
methods = ["bin"]

[dependencies]
zeth-primitives = { path = "../../primitives", features = ["revm"] }
zeth-lib = { path = "../../lib", features = ["taiko"] }
risc0-zkvm = { version = "0.18", default-features = false, features = ["std"] }
[workspace]
Loading

0 comments on commit 69484a9

Please sign in to comment.