miden-node-utils 0.15.0

Miden node's shared utilities
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Miden node utils

`utils` contains shared infrastructure used across the Miden node workspace. It is part of the
[Miden node](https://github.com/0xMiden/node#readme) repository.

## Role

This crate collects utilities that are shared by multiple node binaries and component crates.

It is primarily an internal support crate. End users usually interact with this functionality through the Miden node
binaries.

## License

This project is [MIT licensed](../../LICENSE).