dusk-vm

Crates.iodusk-vm
lib.rsdusk-vm
version1.3.0
sourcesrc
created_at2025-01-14 16:06:09.780899+00
updated_at2025-04-17 13:30:24.380809+00
descriptionThe VM to run smart contracts on the Dusk network
homepage
repositoryhttps://github.com/dusk-network/rusk
max_upload_size
id1516244
size468,452
Dusk Network (dusknetwork)

documentation

README

Build Status Repository Documentation

Dusk VM

The Dusk VM is a virtual machine designed for Dusk, enabling secure and efficient execution of smart contracts, state transitions, and cryptographic operations tailored for zero-knowledge-based applications.

It serves as the execution engine of the Dusk Blockchain, leveraging advanced cryptographic primitives and frameworks to support privacy-preserving, compliant and scalable decentralized applications.

Features

  • State Management: Manage blockchain state using sessions for isolated transaction execution and finalization.
  • Cryptographic Support: Offers built-in support for hashing (Poseidon), signature verification (BLS, Schnorr), and proof validation (PLONK, Groth16).
  • Virtual Machine for zk-SNARK Applications: Optimized for privacy-preserving computations.

Installation

Add dusk-vm to your Cargo.toml:

[dependencies]
dusk-vm = "0.x"  # Replace with the latest version

Documentation

For detailed usage and API examples, refer to the crate documentation on docs.rs.

License

License: MPL-2.0

Commit count: 6949

cargo fmt