bdk-ffi icon indicating copy to clipboard operation
bdk-ffi copied to clipboard

Add development script and commands

Open thunderbiscuit opened this issue 2 months ago • 0 comments

This PR adds new "development" workflows for compiling the libraries quickly when developing locally.

In bdk-android, you can run the new dev-macos.sh script by using just build-dev. It will compile the library for a single architecture, the one I currently use.

In bdk-ffi, you can run cargo build (which builds the faster but unoptimized version of the library) using just build-dev.

In Swift, I'd be great to add at least one similar script to build the faster version of the library for local testing. @reez let me know what that would look like (or feel free to push a commit to this PR).

Documentation

No docs to add.

Checklists

All Submissions:

thunderbiscuit avatar Nov 04 '25 00:11 thunderbiscuit