| Crates.io | bonsai-rest-api-mock |
| lib.rs | bonsai-rest-api-mock |
| version | 0.6.1 |
| created_at | 2023-11-08 04:24:59.154696+00 |
| updated_at | 2024-02-01 18:11:04.350205+00 |
| description | An HTTP REST API server to mock the Bonsai-alpha prover interface. |
| homepage | https://risczero.com/ |
| repository | https://github.com/risc0/risc0/ |
| max_upload_size | |
| id | 1028722 |
| size | 106,470 |
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.
#[tokio::main]
async fn main() {
let _ = bonsai_local_api_mock::serve("8081".to_string()).await;
}