miden-node-rpc 0.15.0-rc.0

Miden node's front-end RPC server
docs.rs failed to build miden-node-rpc-0.15.0-rc.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: miden-node-rpc-0.14.10

Miden node RPC

rpc contains the public RPC server implementation used by the Miden node. It is part of the Miden node workspace and is embedded by the node binary rather than operated directly.

Role

The RPC component is the public client-facing boundary for a node. It serves gRPC methods for chain state queries, synchronization, transaction submission, status, and related client workflows.

The component validates and normalizes public requests before forwarding work to the store, block-producer, validator, or network transaction builder as appropriate. It is the only node component intended to be exposed to clients.

API Definitions

The protobuf API definition is published through proto-build. For project navigation and documentation links, see the primary README.

License

This project is MIT licensed.