Crates.io | dusk-wallet-core |
lib.rs | dusk-wallet-core |
version | 0.25.0-phoenix.0.26 |
source | src |
created_at | 2022-01-13 12:33:57.19292 |
updated_at | 2024-05-01 23:10:01.011038 |
description | The core functionality of the Dusk wallet |
homepage | |
repository | |
max_upload_size | |
id | 513291 |
size | 126,335 |
A library for generating and dealing with transactions.
To build and test the crate:
cargo b
cargo t --all-features
To build the WASM module:
cargo b --release --target wasm32-unknown-unknown