dusk-transfer-contract-dd

Crates.iodusk-transfer-contract-dd
lib.rsdusk-transfer-contract-dd
version0.3.0
created_at2025-04-17 14:08:39.114487+00
updated_at2025-11-06 12:39:23.428567+00
descriptionData driver for Dusk Transfer Contract
homepage
repositoryhttps://github.com/dusk-network/rusk
max_upload_size
id1637791
size29,321
Dusk Network (dusknetwork)

documentation

README

Data Driver for the Transfer Contract

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.

How to build the Transfer Contract Data Driver

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

Commit count: 7855

cargo fmt