| Crates.io | miden-client-tools |
| lib.rs | miden-client-tools |
| version | 0.2.4 |
| created_at | 2025-05-09 14:29:17.115437+00 |
| updated_at | 2025-07-18 12:28:28.742649+00 |
| description | A wrapper on top of the Miden client that simplifies interactions with the Miden blockchain. |
| homepage | |
| repository | https://github.com/partylikeits1983/miden-client-tools |
| max_upload_size | |
| id | 1667138 |
| size | 132,783 |
miden-client-tools is a wrapper around the Miden client that simplifies interactions with the Miden blockchain. It provides convenient functions for creating accounts, managing faucets, minting tokens, and interacting with the Miden client.
This library aims to make it easier for developers to work with Miden by providing a higher-level interface on top of the core Miden client, removing the need for boilerplate code in common use cases.
Running all tests sequentially:
cargo test --release -- --test-threads=1
Running single test:
cargo test --release --package miden-client-tools --test tools_tests -- tests::test_create_public_note --exact --show-output