thunderbiscuit d916fbd7be
Fix CHANGELOG.md
Co-authored-by: Steve Myers <github@notmandatory.org>
2022-08-07 13:26:41 -04:00
2022-03-03 16:28:45 -05:00
2022-08-05 09:45:33 -04:00
2022-02-15 16:48:38 +01:00
2022-06-23 15:21:48 -04:00
2022-08-04 12:13:05 -06:00
2021-12-06 13:13:34 -05:00
2022-08-07 13:26:41 -04:00
2022-05-11 16:02:49 -04:00
2022-03-03 16:40:51 -05:00
2022-03-03 16:40:51 -05:00
2022-03-03 16:40:51 -05:00
2022-08-04 12:13:05 -06:00
2022-08-04 12:13:05 -06:00
2022-08-04 12:13:05 -06:00
2022-08-05 10:31:24 -04:00
2022-02-15 16:48:38 +01:00
2022-08-04 12:13:05 -06:00

bdk-python

The Python language bindings for the bitcoindevkit.

See the package on PyPI.

Install from PyPI

Install the latest release using

pip install bdkpython

Run the tests

pip3 install --requirement requirements.txt
bash ./generate.sh
python3 setup.py --verbose bdist_wheel
pip3 install ./dist/bdkpython-<yourversion>-py3-none-any.whl
python -m unittest --verbose tests/test_bdk.py

Build the package

# Install dependecies
pip install --requirement requirements.txt

# Generate the bindings first
bash generate.sh

# Build the wheel
python3 setup.py --verbose bdist_wheel

Run tox to build and test

# install dev requirements
pip install --requirement requirements-dev.txt

# build and test
tox

Install locally

pip install ./dist/bdkpython-<yourversion>-py3-none-any.whl
Description
Frost experimentation on bdk-ffi
Readme 22 MiB
Languages
Rust 64.6%
Kotlin 18.1%
Swift 9.5%
Python 4.6%
Shell 2.2%
Other 1%