/miden-assembly-playground

Test out Miden Assembly language in the browser

Primary LanguageTypeScript

Miden Assembly Playground

Playground for Stark-based VM Miden's assembly language

Try it out on Github Pages!

Prerequisites

Install wasm-pack

Starting site

In the project directory, you can run:

npm install && npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

Test rust code:

cd miden-wasm && wasm-pack test --node

Build production release:

npm run build