Crates.io | dusk-vm |
lib.rs | dusk-vm |
version | 1.3.0 |
source | src |
created_at | 2025-01-14 16:06:09.780899+00 |
updated_at | 2025-04-17 13:30:24.380809+00 |
description | The VM to run smart contracts on the Dusk network |
homepage | |
repository | https://github.com/dusk-network/rusk |
max_upload_size | |
id | 1516244 |
size | 468,452 |
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.
Add dusk-vm
to your Cargo.toml
:
[dependencies]
dusk-vm = "0.x" # Replace with the latest version
For detailed usage and API examples, refer to the crate documentation on docs.rs.
License: MPL-2.0