Skip to content

walnuthq/miden-playground

Repository files navigation

Miden Playground

Requirements

Before you get started, make sure you have the following installed:

  • Rust: You need rustc version 1.82.0 or later. You can install Rust here.
  • wasm-pack: Install it by following the instructions on the wasm-pack website.

Getting Started

To start the development server, run:

npm run dev

To build the miden-wasm package, run:

npm run wasm:build