This is the reference implementation of Gotts's wallet. It consists of 2 major pieces:
-
The Gotts Wallet APIs, which are intended for use by Gotts 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 Gotts and demonstrates how the wallet APIs should be called.
https://github.com/gottstech/gotts-wallet/wiki
https://github.com/gottstech/gotts-wallet/wiki
The initial code is based on the Grin-Wallet. The related code taken with thanks and respect, with license details in all derived source files.
Apache License v2.0