mirror of
https://github.com/logos-storage/proof-aggregation.git
synced 2026-01-02 13:53:13 +00:00
11 lines
156 B
Bash
11 lines
156 B
Bash
#!/bin/bash
|
|
|
|
# Source the parameters from params.sh
|
|
source ./params.sh
|
|
|
|
# Build
|
|
cargo build --release
|
|
|
|
# Run the Rust executable
|
|
cargo run prove_and_verify
|