Skip to content
This repository has been archived by the owner on Feb 10, 2025. It is now read-only.

Commit

Permalink
create blevm-mock and blevm-aggregator
Browse files Browse the repository at this point in the history
  • Loading branch information
S1nus committed Dec 22, 2024
1 parent e22ec70 commit 5830e72
Show file tree
Hide file tree
Showing 10 changed files with 3,105 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[workspace]
members = [
"program",
"program-mock",
"script",
]
resolver = "2"
Expand Down
16 changes: 16 additions & 0 deletions blevm-aggregator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[package]
version = "0.1.0"
name = "blevm-aggregator"
edition = "2021"

[dependencies]
alloy-sol-types = { workspace = true }
sp1-zkvm = "3.0.0-rc4"
rsp-client-executor = {workspace=true}
celestia-types = {workspace=true}
nmt-rs = "*"
reth-primitives = {workspace=true}
tendermint = {workspace=true}
tendermint-proto = {workspace=true}
bincode = {workspace=true}
hex = "0.4.3"
Loading

0 comments on commit 5830e72

Please sign in to comment.