Alpha
Closed Sep 3, 2024
100% complete
The first major delivery milestone for the compiler happens at the end of Q1, when we expect to have the first major public release of the full Rust toolchain. This consists of:
- A complete (in terms of generality), albeit unpolished, compiler
- A cargo extension for managing Rust projects targeting Miden, which acts as the user-facing frontend for the comp…
The first major delivery milestone for the compiler happens at the end of Q1, when we expect to have the first major public release of the full Rust toolchain. This consists of:
- A complete (in terms of generality), albeit unpolished, compiler
- A cargo extension for managing Rust projects targeting Miden, which acts as the user-facing frontend for the compiler toolchain
- A barebones Rust SDK that provides a Rust-native Felt type, as well as access to various Miden intrinsics in Rust
- A basic Miden SDK (in Rust) that provides essential functionality for expressing Accounts
What this doesn't consist of, or promise:
- Note scripts
- Any specific tooling for debugging Miden programs
- Anything beyond the most rudimentary package management solution for linking against Miden libraries, and publishing/deploying Miden packages
- Full support for all Miden functionality (i.e. only the most essential items for the SDKs will be implemented initially, and expanded upon later).
This milestone is closed.
No open issues remain. View closed issues or see open milestones in this repository.