Tutorials
Hands-on walkthroughs for building on Miden. Every tutorial pairs with runnable Rust and TypeScript examples from the miden-tutorials repo and with MockChain tests so you can verify each step locally.
Pick a path
Walkthrough · RustCookbook · Rust & WebOperator
Miden Bank
A 9-part curriculum — build a complete banking application covering components, storage, note scripts, cross-component calls, and output notes.
Recipes
Standalone how-to's for specific tasks: counter contract, create/deploy, foreign procedure invocation, React wallet, and more.
Miden node setup
Run a Miden node locally or on testnet with midenup and the node binary.
Development helpers
HelperHelperHelper
Testing with MockChain
Test your contracts against MockChain for local simulation.
Debugging
Interpret errors and debug common issues.
Common pitfalls
Avoid known issues and limitations.
Prerequisites
- Install the Miden toolchain with
midenup. - Basic familiarity with Rust (or TypeScript for the client examples).
- Understanding of the core concepts — accounts, notes, transactions.