proof-aggregation/workflow/run_proof.sh

11 lines
156 B
Bash
Raw Normal View History

2024-11-08 11:23:55 +00:00
#!/bin/bash
# Source the parameters from params.sh
source ./params.sh
# Build
cargo build --release
# Run the Rust executable
cargo run prove_and_verify