Yeastplume e71d79dc38 Rework directory checks/setups at launch (#318)
* rework setup code to ensure --top_level_dir flag works and all files are only output into the desired directory

* check for existence of wallet configuration file in target directory before asking recovery phrase and password

* test fixes and add test_mode flag to parse_init_args
2020-01-31 09:18:11 +00:00
2019-02-26 09:42:37 +00:00
2019-12-10 09:44:04 +00:00
2020-01-24 13:02:09 +00:00
2020-01-21 12:42:53 +00:00
2020-01-24 13:02:09 +00:00
2020-01-24 13:02:09 +00:00
2019-06-28 11:15:08 +02:00
2020-01-24 13:02:09 +00:00
2019-12-20 11:23:11 +00:00
2019-03-26 19:36:37 -07:00

Build Status 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

S
Description
No description provided
Readme 4 MiB
Languages
Rust 99.9%
Shell 0.1%