Miden Smart Contracts
This section is the complete reference for building smart contracts on Miden using Rust and the compiler SDK (v0.9.0). If you're new to Miden, start with the Toolchain & Project Structure guide below, or follow the hands-on Miden Bank Tutorial.
All Miden Rust contracts compile under these constraints: #![no_std], Rust 2024 edition, targeting wasm32-unknown-unknown → Miden Assembly → ZK proof.