Python FLO library
| .github/ISSUE_TEMPLATE | ||
| docs | ||
| pybtc | ||
| change.log | ||
| LICENSE | ||
| README.md | ||
| requirements.txt | ||
| setup.py | ||
| tests.py | ||
Python bitcoin 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 pybtc, simply use pip
$ pip3 install pybtc
Dependencies
- Python 3.3.3+
- secp256k1
Documentation
Documentation is available at https://pybtc.readthedocs.io
How to Contribute
In order to make a clone of the GitHub repo: open the link and press the “Fork” button on the upper-right menu of the web page.
Workflow is pretty straightforward:
- Clone the GitHub
- Make a change
- Make sure all tests passed
- Add a record into file into change.log.
- Commit changes to own pybtc clone
- Make pull request from github page for your clone against master branch