miden-remote-prover-client

Crates.iomiden-remote-prover-client
lib.rsmiden-remote-prover-client
version0.11.0
created_at2025-07-10 21:25:44.351883+00
updated_at2025-08-29 06:31:27.873004+00
descriptionClient library for the Miden blockchain remote prover
homepage
repositoryhttps://github.com/0xMiden/miden-node
max_upload_size
id1747106
size152,003
Bobbin Threadbare (bobbinth)

documentation

README

Miden remote provers

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

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: 776

cargo fmt