| Crates.io | miden-faucet-lib |
| lib.rs | miden-faucet-lib |
| version | 0.12.4 |
| created_at | 2025-09-01 21:25:19.588638+00 |
| updated_at | 2025-12-05 22:35:26.192092+00 |
| description | Miden faucet's logic |
| homepage | https://miden.xyz |
| repository | https://github.com/0xMiden/miden-faucet |
| max_upload_size | |
| id | 1820282 |
| size | 154,681 |
The Miden faucet library is a Rust library that can be integrated into projects, allowing developers to run the core faucet functionality.
The library provides a Faucet struct that can be run in a thread and receive minting requests through a channel. It uses miden-client as dependency to create, execute, prove transactions, and then submit them to the node.
This project is MIT licensed.