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
- Host: GitHub
- URL: https://github.com/bitaps-com/pyltc
- Owner: bitaps-com
- License: gpl-3.0
- Created: 2018-03-16T14:26:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-04-26T08:47:07.000Z (about 4 years ago)
- Last Synced: 2025-04-19T11:56:23.328Z (about 1 year ago)
- Language: Python
- Size: 1.52 MB
- Stars: 5
- Watchers: 3
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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