Skip to content

Commit

Permalink
feat: added check policy logics in guest code
Browse files Browse the repository at this point in the history
  • Loading branch information
FoodChain1028 committed Aug 8, 2024
1 parent fce6f5c commit 9b54701
Show file tree
Hide file tree
Showing 10 changed files with 539 additions and 56 deletions.
137 changes: 135 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions apps/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ env_logger = { version = "0.10" }
ethers = { workspace = true }
log = { workspace = true }
methods = { workspace = true }
rabe = "0.4.0"
risc0-ethereum-contracts = { workspace = true }
risc0-zkvm = { workspace = true, features = ["client"] }
serde_json = "1.0.122"
tokio = { version = "1.35", features = ["full"] }
Loading

0 comments on commit 9b54701

Please sign in to comment.