Skip to main content
Version: 0.15 (unstable)

Official Network URLs

Official network URLs are the public entry points for Miden networks. Use the URL that matches the network you are targeting.

Official services generally use the following URL format:

https://<service>.<network>.miden.io
ServiceTypeTestnetDevnetNotes
rpcgRPC/gRPC-Webhttps://rpc.testnet.miden.iohttps://rpc.devnet.miden.ioPublic node RPC API endpoint.
genesisFile downloadhttps://genesis.testnet.miden.iohttps://genesis.devnet.miden.ioHosted signed genesis block for bootstrapping.
tx-provergRPChttps://tx-prover.testnet.miden.iohttps://tx-prover.devnet.miden.ioTransaction proving service.
explorerWebhttps://explorer.testnet.miden.iohttps://explorer.devnet.miden.ioMidenscan block explorer.
statusWebhttps://status.testnet.miden.iohttps://status.devnet.miden.ioNetwork monitor webpage.
transportHTTP/APIhttps://transport.testnet.miden.iohttps://transport.devnet.miden.ioNote transport layer.
faucetHTTP/APIhttps://faucet.testnet.miden.iohttps://faucet.devnet.miden.ioPublic faucet for obtaining funds on the selected network.

RPC APIโ€‹

The public RPC endpoints use TLS. Tools such as grpcurl use the host name and port 443:

grpcurl rpc.testnet.miden.io:443 rpc.Api/Status

See gRPC API for schema discovery, endpoint groups, subscriptions, limits, and method-specific errors.

Genesis Blockโ€‹

Bootstrap commands can use the network name instead of downloading the genesis block URL directly:

miden-node bootstrap \
--data-directory full-node-data \
--network testnet

Use --network devnet for devnet.