bdk_tx

Crates.iobdk_tx
lib.rsbdk_tx
version0.1.0
created_at2025-05-14 05:31:26.482742+00
updated_at2025-05-14 05:31:26.482742+00
descriptionBitcoin transaction building library.
homepagehttps://bitcoindevkit.org
repositoryhttps://github.com/bitcoindevkit/bdk-tx
max_upload_size
id1672929
size141,076
志宇 (evanlinjin)

documentation

https://docs.rs/bdk_tx

README

bdk_tx

This is a transaction building library based on rust-miniscript that lets you build, update, and finalize PSBTs with minimal dependencies.

Because the project builds upon miniscript we support descriptors natively.

Refer to BIP174, BIP370, and BIP371 to learn more about partially signed bitcoin transactions (PSBT).

Note: The library is unstable and API changes should be expected. Check the examples directory for detailed usage examples.

Contributing

Found a bug, have an issue or a feature request? Feel free to open an issue on GitHub. This library is open source licensed under MIT.

Commit count: 65

cargo fmt