#mimble-wimble #grin #command-line-interface #crypto

grin_wallet_libwallet

Simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format

10 stable releases (4 major)

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

#15 in #grin

Download history 3/week @ 2024-02-12 9/week @ 2024-02-19 23/week @ 2024-02-26 10/week @ 2024-03-04 28/week @ 2024-03-11 5/week @ 2024-03-18 6/week @ 2024-03-25 180/week @ 2024-04-01

222 downloads per month
Used in 9 crates (6 directly)

Apache-2.0

370KB
10K SLoC

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:

Higher level wallet functions which can be used by callers to operate on the wallet, as well as helpers to invoke and instantiate wallets and listeners

Dependencies

~47–65MB
~1M SLoC