dusk-cdf

Crates.iodusk-cdf
lib.rsdusk-cdf
version0.5.0
sourcesrc
created_at2022-08-12 16:54:01.474641
updated_at2022-09-14 13:21:24.221907
descriptionPLONK debugger CDF implementation
homepage
repositoryhttps://github.com/dusk-network/zkp-debugger
max_upload_size
id644204
size103,472
Dusk Network (dusknetwork)

documentation

README

Dusk PLONK debugger

To run:

cargo run --bin pdb -- ./assets/test.cdf

Example

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
Commit count: 0

cargo fmt