mirror of
https://github.com/logos-blockchain/logos-blockchain-pocs.git
synced 2026-02-03 04:33:10 +00:00
dummy prover
This commit is contained in:
parent
365fa7c8b9
commit
0b7c09a6ca
6
sz-poc-offsite-2025/evm/prover/justfile
Normal file
6
sz-poc-offsite-2025/evm/prover/justfile
Normal file
@ -0,0 +1,6 @@
|
||||
|
||||
|
||||
run bin +ARGS:
|
||||
RUST_LOG=info ./zeth-{{bin}} {{ARGS}}
|
||||
|
||||
ethereum +ARGS: (run "ethereum" ARGS)
|
||||
@ -1,9 +1,9 @@
|
||||
use clap::Parser;
|
||||
use reqwest::blocking::Client;
|
||||
use serde_json::{Value, json};
|
||||
use serde_json::{json, Value};
|
||||
use std::{path::PathBuf, process::Command, thread, time::Duration};
|
||||
use tracing::{debug, error, info};
|
||||
use tracing_subscriber::{EnvFilter, fmt};
|
||||
use tracing_subscriber::{fmt, EnvFilter};
|
||||
|
||||
#[derive(Parser, Debug)]
|
||||
#[clap(author, version, about = "Ethereum Proof Generation Tool")]
|
||||
|
||||
BIN
sz-poc-offsite-2025/evm/prover/zeth-ethereum
Executable file
BIN
sz-poc-offsite-2025/evm/prover/zeth-ethereum
Executable file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user