Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 609 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 609 Bytes

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