An open API service indexing awesome lists of open source software.

https://github.com/bitpay/wallet-cli-tools

Bitcoin wallet command line tools
https://github.com/bitpay/wallet-cli-tools

Last synced: 12 months ago
JSON representation

Bitcoin wallet command line tools

Awesome Lists containing this project

README

          

## Purpose

Set of Bitcoin wallet utilites to:

1. extract keys
2. decrypt keys
3. verify keys
4. parse key objects
5. send keys to wallet server
6. backup keys

## Install

```bash
npm install
```

## Requirements

* nodeJS >= 4.x

## Usage

Coming soon