Summary

Miden Sourcify is a set of self-hostable services for verifying that on-chain Miden accounts and notes correspond to specific Rust source packages. It extracts the verification logic currently baked into the miden-playground API into an independently deployable monorepo, enabling the broader Miden ecosystem (explorers, wallets, third-party developers) to run their own verifier and reducing reliance on a single hosted instance.

Background & motivation

Today, Miden contract verification lives inside the miden-playground API. This creates three problems:

Extracting verification into standalone services — inspired by Ethereum's Sourcify — lets anyone run the full stack, scale components independently, and treat verified-source data as a public good.

Goals

Users & use cases

Verification model