pipecashwallets

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


Keywords
pipecashwallets
License
MIT
Install
pip install pipecashwallets==0.1.0

Documentation

pipecashwallets

Documentation Status Updates

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

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