Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 731 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 731 Bytes

miden-tutorials

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:

  1. docs, contains the README files for the tutorials and guides.
  2. masm, contains the Miden assembly notes, accounts, and scripts used in the examples.
  3. node, contains the necessary config files for running the miden-node locally.
  4. rust-client, contains examples for interacting with the Miden Rollup using Rust.
  5. web-client, contains examples for interacting with the Miden Rollup in the browser.