bdk/README.md

19 lines
642 B
Markdown
Raw Normal View History

2023-02-21 16:23:08 +11:00
# The Bitcoin Dev Kit
2020-01-22 23:13:11 +01:00
2023-02-21 16:23:08 +11:00
The `bdk` libraries aims to be the core building block for Bitcoin wallets of any kind.
2020-05-06 17:27:40 +02:00
2023-02-21 16:23:08 +11:00
The Bitcoin Dev Kit developers are in the process of releasing `v1.0` which is a fundamental
re-write of how the library works.
2020-05-06 17:27:40 +02:00
2023-02-21 16:23:08 +11:00
See for some background on this project: https://bitcoindevkit.org/blog/road-to-bdk-1/ (ignore the timeline 😁)
2020-09-07 11:16:41 +02:00
2023-02-21 16:23:08 +11:00
For a release timeline see the [`bdk_core_staging`] repo where a lot of the component work is being done. The plan is that everything in the `bdk_core_staging` repo will be moved into the `crates` directory here.
2020-09-07 11:16:41 +02:00
2023-02-21 16:23:08 +11:00
[`bdk_core_staging`]: https://github.com/LLFourn/bdk_core_staging
2020-09-07 11:16:41 +02:00