Crates.io | miden-remote-prover-client |
lib.rs | miden-remote-prover-client |
version | 0.11.0 |
created_at | 2025-07-10 21:25:44.351883+00 |
updated_at | 2025-08-29 06:31:27.873004+00 |
description | Client library for the Miden blockchain remote prover |
homepage | |
repository | https://github.com/0xMiden/miden-node |
max_upload_size | |
id | 1747106 |
size | 152,003 |
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.
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.