Nucleide

Interactive tutorials

Learn Nucleide feature by feature with live browser demos powered by WASM.

These pages run Nucleide directly in your browser through the WASM build. No Python or Rust installation is required—every example is live.

How it works

The WASM module is produced by wasm-pack from bindings/wasm. It exposes the same Rust code that powers the Python package through a small JavaScript API.

Available interactive tutorials

When WASM is not enough

The WASM build is a teaching and exploration tool. For production work—large chain files, full transport decks, batch processing — use the Rust crate API or the Python package.