Skip to content

bitgrin/bitgrin-wallet

 
 

Repository files navigation

Installation

curl -sLO https://github.com/bitgrin/bitgrin-wallet/releases/download/2.0.5/bitgrin-wallet_2.0.5_amd64.deb && sudo dpkg -i bitgrin-wallet_2.0.5_amd64.deb && rm bitgrin-wallet_2.0.5_amd64.deb

Build Status Coverage Status Chat Support Documentation Wiki Release Version License

Bitgrin Wallet

This is the reference implementation of Bitgrin's wallet. It consists of 2 major pieces:

  • The Bitgrin Wallet APIs, which are intended for use by Bitgrin 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 Bitgrin 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

Packages

No packages published

Languages

  • Rust 99.6%
  • Shell 0.4%