The Python language bindings for the bitcoindevkit.
See the package on PyPI.
Install the latest release using
pip install bdkpythonpython -m tox# Install dependecies
pip install -r requirements.txt
# Generate the bindings first
bash generate.sh
# Build the wheel
python3 setup.py -v bdist_wheelpip install ./dist/bdkpython-0.0.1-py3-none-any.whl