#grin #crypto #mimble-wimble #utilities

grin_wallet_util

Util, for generic utilities and to re-export grin crates

10 stable releases (4 major)

5.1.0 Mar 22, 2022
5.0.1 Jan 10, 2021
4.0.0 Jul 2, 2020
3.1.2 Jun 2, 2020
1.1.0 Jun 5, 2019

#17 in #grin

Download history 4/week @ 2023-12-17 5/week @ 2023-12-24 3/week @ 2024-01-07 1/week @ 2024-01-14 244/week @ 2024-02-11 666/week @ 2024-02-18 352/week @ 2024-02-25 65/week @ 2024-03-03 20/week @ 2024-03-10 15/week @ 2024-03-17

491 downloads per month
Used in 11 crates (6 directly)

Apache-2.0

19KB
460 lines

Continuous Integration Coverage Status Chat Support Release Version License

Grin Wallet

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

  • The Grin Wallet APIs, which are intended for use by Grin 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 Grin 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 Grin's Wiki

License

Apache License v2.0


lib.rs:

Utilities and re-exports

Dependencies

~41–58MB
~1M SLoC