#proving #miden #service #prover

no-std miden-proving-service-client

Client library for the Miden rollup proving service

2 unstable releases

Uses new Rust 2024

0.8.0 Mar 22, 2025
0.7.0 Jan 23, 2025

#541 in Magic Beans

Download history 559/week @ 2025-01-19 542/week @ 2025-01-26 339/week @ 2025-02-02 421/week @ 2025-02-09 96/week @ 2025-02-16 105/week @ 2025-02-23 119/week @ 2025-03-02 40/week @ 2025-03-09 102/week @ 2025-03-16 546/week @ 2025-03-23

808 downloads per month
Used in 5 crates (2 directly)

MIT license

355KB
7K SLoC

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.

Dependencies

~11–41MB
~620K SLoC