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

https://github.com/bitaps-com/pyltc

Python litecoin library
https://github.com/bitaps-com/pyltc

Last synced: 4 months ago
JSON representation

Python litecoin library

Awesome Lists containing this project

README

          

## 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

* https://github.com/bitaps-com/pybtc (latest)

### Documentation

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