#mwc #mimble-wimble #crypto

mwc_wallet_impls

Concrete types derived from libwallet traits

2 stable releases

new 5.3.4 Nov 12, 2024

#113 in Magic Beans


Used in 3 crates

Apache-2.0 and GPL-3.0 licenses

1.5MB
44K SLoC

MWC Wallet

This is the reference implementation of MWC's wallet. It consists of 2 major pieces:

  • The MWC Wallet APIs, which are intended for use by MWC community wallet developers. The wallet APIs can be directly linked into other projects or invoked via a JSON-RPC interface.

  • A reference command-line wallet, which provides a baseline wallet for MWC and demonstrates how the wallet APIs should be called.

Usage

To use the command-line wallet, we recommend using the latest release from the Releases page. There are distributions for Linux, MacOS and Windows.

Full documentation outlining how to use the command line wallet can be found on MWC's Wiki

License

Apache License v2.0


lib.rs:

Concrete implementations of types found in libwallet, organised this way mostly to avoid any circular dependencies of any kind Functions in this crate should not use the wallet api crate directly

Dependencies

~89MB
~1.5M SLoC