| Crates.io | dusk-stake-contract-dd |
| lib.rs | dusk-stake-contract-dd |
| version | 0.3.0 |
| created_at | 2025-04-17 14:12:09.629176+00 |
| updated_at | 2025-11-06 12:41:31.004537+00 |
| description | Data driver for Dusk Stake Contract |
| homepage | |
| repository | https://github.com/dusk-network/rusk |
| max_upload_size | |
| id | 1637795 |
| size | 26,454 |
This module provides data-driver implementation for the Stake Contract.
As described in the README for the data-driver module, this module
implements only the ConvertibleContract interface, delegating the all
other tasks to the generic data-driver, which is included into this module
as dependency.
Please refer to data-drivers/data-driver/README.md for more information.
The following command builds the data driver:
make wasm-js
The command will build the driver which will also include memory allocation and de-allocation.
From the root folder this can be achieved by:
make data-drivers-js