Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 510 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 510 Bytes

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