grin_wallet

Crates.iogrin_wallet
lib.rsgrin_wallet
version5.3.1
sourcesrc
created_at2018-10-25 07:23:14.30993
updated_at2024-05-14 09:57:20.250471
descriptionSimple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format.
homepage
repositoryhttps://github.com/mimblewimble/grin-wallet
max_upload_size
id92555
size269,119,270
Quentin Le Sceller (quentinlesceller)

documentation

README

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

Commit count: 356

cargo fmt