| Crates.io | dusk-transfer-contract-dd |
| lib.rs | dusk-transfer-contract-dd |
| version | 0.3.0 |
| created_at | 2025-04-17 14:08:39.114487+00 |
| updated_at | 2025-11-06 12:39:23.428567+00 |
| description | Data driver for Dusk Transfer Contract |
| homepage | |
| repository | https://github.com/dusk-network/rusk |
| max_upload_size | |
| id | 1637791 |
| size | 29,321 |
This module provides data-driver implementation for the Transfer 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