dummy prover

This commit is contained in:
Petar Radovic 2025-04-22 16:39:50 +02:00 committed by Giacomo Pasini
parent 365fa7c8b9
commit 0b7c09a6ca
No known key found for this signature in database
GPG Key ID: FC08489D2D895D4B
3 changed files with 8 additions and 2 deletions

View File

@ -0,0 +1,6 @@
run bin +ARGS:
RUST_LOG=info ./zeth-{{bin}} {{ARGS}}
ethereum +ARGS: (run "ethereum" ARGS)

View File

@ -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")]

Binary file not shown.