dusk-wallet-core

Crates.iodusk-wallet-core
lib.rsdusk-wallet-core
version0.25.0-phoenix.0.26
sourcesrc
created_at2022-01-13 12:33:57.19292
updated_at2024-05-01 23:10:01.011038
descriptionThe core functionality of the Dusk wallet
homepage
repository
max_upload_size
id513291
size126,335
Dusk Network (dusknetwork)

documentation

README

Wallet Core

status codecov documentation

A library for generating and dealing with transactions.

Build

To build and test the crate:

cargo b
cargo t --all-features

To build the WASM module:

cargo b --release --target wasm32-unknown-unknown
Commit count: 0

cargo fmt