.. pybtc documentation master file, created by
   sphinx-quickstart on Mon Jun 18 02:33:01 2018.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

==================
Welcome to PYBTC
==================

Python library for Bitcoin.

Current version is |release|.

.. _GitHub: https://github.com/bitaps-com/pybtc

Key Features
============

- Supports addresses types PUBKEY, P2PKH, P2SH, P2SH-PWPKH, P2WPKH, P2WSH.
- Supports BIP32(Hierarchical Deterministic Wallets), BIP39(Mnemonic code generation)
- Supports BIP141(Segregated Witness)
- Transaction constructor
- Mining pool basic primitives


.. toctree::
   :maxdepth: 2
   :caption: Contents:



Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
