bitaps-com / pyltc

Python litecoin library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python litecoin library

Current version is 2.0

Feature Support

  • Basic functions
  • 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

Installation

To install pyltc

$ git clone https://github.com/bitaps-com/pyltc
$ cd pyltc
$ python3 setup.py install

Dependencies

Documentation

Documentation is available at https://pybtc.readthedocs.io

About

Python litecoin library

License:GNU General Public License v3.0


Languages

Language:Python 96.4%Language:C 3.6%Language:C++ 0.1%