Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ src/bdkpython/*.so
build/

testing-setup-py-simple-example.py
localenvironment/
.localpythonenv/
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,19 @@
The Python language bindings for the [bitcoindevkit](https://github.com/bitcoindevkit).

See the [package on PyPI](https://pypi.org/project/bdkpython/).

## Local Testing and Usage

1. Start a Python virtual environment
2. Run one of the build script
3. Create the wheel
4. Install the library
5. Run the tests

```sh
source .localpythonenv/bin/activate
bash scripts/generate-macos-arm64.sh
python3 setup.py bdist_wheel
pip3 install ./dist/bdkpython-<yourversion>.whl --force-reinstall
python3 -m unittest --verbose
```
2 changes: 1 addition & 1 deletion bdk-ffi
62 changes: 0 additions & 62 deletions tests/test_live_kyoto.py

This file was deleted.

111 changes: 0 additions & 111 deletions tests/test_live_tx_builder.py

This file was deleted.

111 changes: 0 additions & 111 deletions tests/test_live_wallet.py

This file was deleted.

Loading