#grin #mimble-wimble #crypto

grin_wallet_controller

Controllers for grin wallet instantiation

9 stable releases (4 major)

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

#22 in #grin

25 downloads per month
Used in 2 crates (via grin_wallet)

Apache-2.0

1MB
20K 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:

Library module for the main wallet functionalities provided by Grin.

Dependencies

~51–69MB
~1M SLoC