bonsai-rest-api-mock

Crates.iobonsai-rest-api-mock
lib.rsbonsai-rest-api-mock
version0.6.1
sourcesrc
created_at2023-11-08 04:24:59.154696
updated_at2024-02-01 18:11:04.350205
descriptionAn HTTP REST API server to mock the Bonsai-alpha prover interface.
homepagehttps://risczero.com/
repositoryhttps://github.com/risc0/risc0/
max_upload_size
id1028722
size106,470
maintainers (github:risc0:maintainers)

documentation

README

Mock of the Bonsai REST API

An HTTP REST API server to mock the Bonsai-alpha prover interface. The service provides execution only, no proving. It can be configured to run on a given port.

Example Usage

#[tokio::main]
async fn main() {
    let _ = bonsai_local_api_mock::serve("8081".to_string()).await;
}
Commit count: 1430

cargo fmt