13 stable releases (4 major)
5.3.3 | Oct 6, 2024 |
---|---|
5.3.1 | May 14, 2024 |
5.3.0 | Apr 24, 2024 |
5.1.0 | Mar 22, 2022 |
1.1.0 | Jun 5, 2019 |
#14 in #grin
262 downloads per month
Used in 10 crates
(5 directly)
51KB
1.5K
SLoC
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
~14–24MB
~346K SLoC