#wallet #transaction #generate #dusk

dusk-wallet-core

The core functionality of the Dusk wallet

33 releases (breaking)

0.25.0-phoenix.0.26 May 1, 2024
0.24.0-plonk.0.16-rc.2 Dec 19, 2023
0.23.0-plonk.0.16 Dec 5, 2023
0.22.0-plonk.0.16 Oct 14, 2023
0.13.0-rc.0 Mar 14, 2022

#13 in #dusk

Download history 106/week @ 2024-03-27 143/week @ 2024-04-03 1/week @ 2024-04-10 3/week @ 2024-04-17 97/week @ 2024-05-01 3/week @ 2024-05-08 11/week @ 2024-05-15 19/week @ 2024-05-22 2/week @ 2024-05-29 5/week @ 2024-06-05 2/week @ 2024-06-12 2/week @ 2024-06-26 55/week @ 2024-07-03

57 downloads per month
Used in 2 crates

MPL-2.0 license

79KB
2K SLoC

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

lib.rs:

The wallet specification.

Dependencies

~9.5MB
~183K SLoC