Crates.io | miden-proving-service-client |
lib.rs | miden-proving-service-client |
version | 0.9.4 |
created_at | 2025-01-23 11:02:09.625982+00 |
updated_at | 2025-06-11 23:49:50.755454+00 |
description | Client library for the Miden rollup proving service |
homepage | |
repository | https://github.com/0xMiden/miden-base |
max_upload_size | |
id | 1527711 |
size | 126,918 |
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.
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. |
This project is MIT licensed.