pipecashwallets

A collection of wallet modules for PipeCaead http://pipe.cash/ for more information.

https://img.shields.io/pypi/v/pipecashwallets.svg https://img.shields.io/travis/Pipe-Cash/pipecashwallets.svg Documentation Status Updates

Installation

pip install pipecashwallets

Usage

This package is not intended for direct usage. Simply install it and reference its modules in your PipeCash configurations.

Contributing

All pull requests are wellcome.

The areas that need the most help are:

  • Wallet implementations
    • see pipecashwallets/examples.py to learn how to write wallets
    • many of the current wallets are not fully implemented, or need fixes
  • TestNet wallets
  • RegTest wallets (for easy tests of PipeCash configurations)
  • Testing
  • Documentation