Crate hdp

Source
Expand description

The Data Processor CLI serves as an essential tool for developers working with Cairo programs and zkVM environments. Its primary function is to translate human-readable requests into a format compatible with Cairo programs, enabling commands to be executed over the Cairo VM and generating executable outputs. This transformation is a crucial preprocessing step that prepares data for off-chain computations in zkVM environments.

Re-exports§

pub use hdp_run::run;

Modules§

cairo_runner
constant
hdp_run
preprocessor
Preprocessor is reponsible for identifying the required values. This will be most abstract layer of the preprocessor.
primitives
processor
Processor is reponsible for running the module. This run is sound execution of the module. This will be most abstract layer of the processor.
provider