The goal of this repository is to provide clear and practical examples for interacting with the Miden Rollup. These examples are designed to ensure a smooth onboarding experience for developers exploring Miden's capabilities.
This repository is organized into several parts:
- docs, contains the README files for the tutorials and guides.
- masm, contains the Miden assembly notes, accounts, and scripts used in the examples.
- node, contains the necessary config files for running the miden-node locally.
- rust-client, contains examples for interacting with the Miden Rollup using Rust.
- web-client, contains examples for interacting with the Miden Rollup in the browser.