miden-proving-service-client

Crates.iomiden-proving-service-client
lib.rsmiden-proving-service-client
version0.9.4
created_at2025-01-23 11:02:09.625982+00
updated_at2025-06-11 23:49:50.755454+00
descriptionClient library for the Miden rollup proving service
homepage
repositoryhttps://github.com/0xMiden/miden-base
max_upload_size
id1527711
size126,918
Bobbin Threadbare (bobbinth)

documentation

README

Miden remote provers

This crate contains protobuf definition for the Miden transaction proving services. It also provides an optional RemoteTransactionProver, RemoteBatchProver and RemoteBlockProver structs, which can be used to interact with a remote proving service.

Features

Description of this crate's features:

Features Description
std Enable usage of Rust's std, use --no-default-features for no-std support.
tx-prover Makes the RemoteTransactionProver struct public.
batch-prover Makes the RemoteBatchProver struct public.
block-prover Makes the RemoteBlockProver struct public.

License

This project is MIT licensed.

Commit count: 1457

cargo fmt