Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: compiler tutorial WIP #26

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Conversation

partylikeits1983
Copy link
Collaborator

This PR introduces a compiler tutorial that demonstrates how to write basic Rust programs and execute them in the Miden VM. The tutorial will also include a section on generating proofs using the Miden VM CLI.

The primary goal is to showcase the compiler's capabilities and its integration with the Miden VM CLI, providing a baseline for benchmarking the Miden VM. Waiting on this PR to be merged before demonstrating how to generate proofs using the Miden VM CLI: PR 1683

Please note that the compiler tutorial currently operates independently from the other tutorials; as a result, builders may find it challenging to incorporate the compiler into existing projects or write procedures for accounts. Future updates will improve integration and address these issues as new compiler features are added.

This PR is a work in progress and will be squashed into a single commit once it is ready for merging.

@partylikeits1983 partylikeits1983 force-pushed the compiler-tutorial branch 3 times, most recently from eb455b2 to aeb3891 Compare March 13, 2025 21:50
Copy link

@greenhat greenhat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking great!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants