mirror of
https://github.com/mimblewimble/grin-wallet.git
synced 2025-03-06 09:01:09 +03:00
26 lines
1.8 KiB
Markdown
26 lines
1.8 KiB
Markdown
[](https://dev.azure.com/mimblewimble/grin-wallet/_build/latest?definitionId=3&branchName=master)
|
|
[](https://codecov.io/gh/mimblewimble/grin-wallet)
|
|
[](https://gitter.im/grin_community/Lobby)
|
|
[](https://gitter.im/grin_community/support)
|
|
[](https://github.com/mimblewimble/docs/wiki)
|
|
[](https://github.com/mimblewimble/grin-wallet/releases)
|
|
[](https://github.com/mimblewimble/grin-wallet/blob/master/LICENSE)
|
|
|
|
# Grin Wallet
|
|
|
|
This is the reference implementation of [Grin's](https://github.com/mimblewimble/grin) 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](https://github.com/mimblewimble/grin-wallet/releases). 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](https://github.com/mimblewimble/docs/wiki/Wallet-User-Guide)
|
|
|
|
# License
|
|
|
|
Apache License v2.0
|
|
|