#grin #mimblewimble #crypto #cryptography

grin_wallet_config

Configuration for grin wallet , a 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

#2 in #mimblewimble

Download history 2/week @ 2023-11-20 6/week @ 2023-11-27 4/week @ 2024-02-12 10/week @ 2024-02-19 28/week @ 2024-02-26 15/week @ 2024-03-04

57 downloads per month
Used in 10 crates (5 directly)

Apache-2.0

52KB
1.5K 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:

Crate wrapping up the Grin binary and configuration file

Dependencies

~41–58MB
~1M SLoC