Crates.io | dusk-cdf |
lib.rs | dusk-cdf |
version | 0.5.0 |
source | src |
created_at | 2022-08-12 16:54:01.474641 |
updated_at | 2022-09-14 13:21:24.221907 |
description | PLONK debugger CDF implementation |
homepage | |
repository | https://github.com/dusk-network/zkp-debugger |
max_upload_size | |
id | 644204 |
size | 103,472 |
To run:
cargo run --bin pdb -- ./assets/test.cdf
First we build the binaries
cargo build --release
Then we generate a CDF file from the existing circuit
CDF_OUTPUT=target/naive.cdf cargo run --release --manifest-path example-plonk-circuit/Cargo.toml
And finally we run the debugger application with the generated file
cargo run --release --bin dusk-pdb -- target/naive.cdf