Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add Bitcoin SPV wallet #200

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

buck54321
Copy link
Member

@buck54321 buck54321 commented Jun 26, 2021

Adds support for a Bitcoin SPV wallet to the decred package. The wallet is implemented by wrapping btcwallet and compiling as a C library, and importing into Python using ctypes.

Since we're mostly concerned with faithfully transmitting data between the caller and btcwallet, our role in testing is straight-forward.

Before running tests (with poetry run pytest tests/integration/btc/ from the decred directory), build the library with either ./build-nix.sh or ./build-win.sh from the libbtcwallet directory.

You need to have Go installed to compile the library. Not certain yet how this translates to production.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant