Skip to main content
Version: 0.15 (unstable)

Network

Public Miden testnet services — explorer, RPC, faucet, remote prover, and status. The canonical live inventory lives at status.testnet.miden.io; the page below is an editorial overview that won't go stale as new endpoints ship.

Developer endpoints

Submit · Query

RPC

gRPC endpoint the node exposes for submitting proven transactions and querying account / note / block state. Clients connect here by default; see status.testnet.miden.io for the current URL.

Test assets

Faucet

Dispenses test assets (testnet MID and fungible test tokens) to the account ID you specify. Check status for the current faucet endpoint.

Delegated proving

Remote prover

Off-loads proof generation to a hosted prover when the client doesn't have the compute for client-side proving. Opt in via the client's proverUrl option.

MidenScan

Block explorer

Same as the top-right card — included here so the developer-endpoint view is complete.

Typical flow

  1. Install the toolchainmidenup pulls the client, CLI, and compiler in one step. See Installation.

  2. Point the client at testnet — default config targets the testnet RPC, so miden new projects work out of the box.

  3. Top up with the faucet — mint testnet assets to your account ID before attempting transactions.

  4. Submit + verify — send a proven transaction via the RPC; watch the account and transaction IDs land on MidenScan.

  5. Offload proving if needed — the remote prover URL is configurable if client-side proving isn't feasible (mobile, low-power clients).