{"id":44788,"url":"https://github.com/bitcoindevkit/awesome-bdk","name":"awesome-bdk","description":"An \"Awesome List\" for the Bitcoin Dev Kit Project","projects_count":50,"last_synced_at":"2026-06-08T01:00:35.048Z","repository":{"id":209074195,"uuid":"722630927","full_name":"bitcoindevkit/awesome-bdk","owner":"bitcoindevkit","description":"An \"Awesome List\" for the Bitcoin Dev Kit Project","archived":false,"fork":false,"pushed_at":"2024-07-30T13:51:57.000Z","size":9,"stargazers_count":12,"open_issues_count":2,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-05-22T15:38:05.321Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bitcoindevkit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-11-23T15:05:14.000Z","updated_at":"2026-03-06T23:25:17.000Z","dependencies_parsed_at":"2025-04-22T17:02:15.590Z","dependency_job_id":"45a60bcd-b76d-4e0b-bee2-339fbbbb80c4","html_url":"https://github.com/bitcoindevkit/awesome-bdk","commit_stats":null,"previous_names":["thunderbiscuit/awesome-bdk"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bitcoindevkit/awesome-bdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitcoindevkit%2Fawesome-bdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitcoindevkit%2Fawesome-bdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitcoindevkit%2Fawesome-bdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitcoindevkit%2Fawesome-bdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bitcoindevkit","download_url":"https://codeload.github.com/bitcoindevkit/awesome-bdk/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitcoindevkit%2Fawesome-bdk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34043822,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-07T02:00:07.652Z","response_time":124,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"created_at":"2024-01-13T21:18:59.447Z","updated_at":"2026-06-08T01:00:35.049Z","primary_language":null,"list_of_lists":false,"displayable":true,"categories":["Applications","Documentation","Libraries","Podcasts","Other"],"sub_categories":[],"readme":"# Awesome Bitcoin Development Kit\n[![Awesome](https://awesome.re/badge.svg)](https://awesome.re)\n\nA curated list of BDK resources, projects, codebases, and documentation.\n\nIf you'd like to add to this list, let us know by opening an issue or pull request!\n\n\u003cbr\u003e\n\n## Libraries\n_Repositories_\n-   [bdk](https://github.com/bitcoindevkit/bdk) — The repository for the core bdk crates\n-   [bdk-ffi](https://github.com/bitcoindevkit/bdk-ffi) — The repository for the Swift, Android, Kotlin/JVM, and Python language bindings\n\n_Package Managers_\n-   [bdk_wallet on crates.io](https://crates.io/crates/bdk_wallet)\n-   [bdk_sqlite on crates.io](https://crates.io/crates/bdk_sqlite)\n-   [bdk_file_store on crates.io](https://crates.io/crates/bdk_file_store)\n-   [bdk_esplora on crates.io](https://crates.io/crates/bdk_esplora)\n-   [bdk_electrum on crates.io](https://crates.io/crates/bdk_electrum)\n-   [bdk_chain on crates.io](https://crates.io/crates/bdk_chain)\n-   [bdk_bitcoind_rpc on crates.io](https://crates.io/crates/bdk_bitcoind_rpc)\n-   [bdk_hwi on crates.io](https://crates.io/crates/bdk_hwi)\n-   [BitcoinDevkit Swift library on GitHub](https://github.com/bitcoindevkit/bdk-swift)\n-   [bdk-android on Maven Central](https://central.sonatype.com/artifact/org.bitcoindevkit/bdk-android)\n-   [bdk-jvm on Maven Central](https://central.sonatype.com/artifact/org.bitcoindevkit/bdk-jvm)\n-   [bdkpython on PyPI](https://pypi.org/project/bdkpython/)\n-   [bdk-rn on GitHub](https://github.com/LtbLightning/bdk-rn) — The React Native language bindings\n-   [bdk-flutter on GitHub](https://github.com/LtbLightning/bdk-flutter) — The Flutter language bindings\n\n\u003cbr\u003e\n\n## Documentation\n-   [Official BDK Website](https://bitcoindevkit.org/)\n-   [bdk_wallet API docs](https://docs.rs/bdk/latest/bdk_wallet/)\n-   [bdk_sqlite API docs](https://docs.rs/bdk_sqlite/latest/bdk_sqlite/)\n-   [bdk_file_store API docs](https://docs.rs/bdk_file_store/latest/bdk_file_store/)\n-   [bdk_esplora API docs](https://docs.rs/bdk_esplora/latest/bdk_esplora/)\n-   [bdk_electrum API docs](https://docs.rs/bdk_electrum/latest/bdk_electrum/)\n-   [bdk_chain API docs](https://docs.rs/bdk_chain/latest/bdk_chain/)\n-   [bdk_bitcoind_rpc API docs](https://docs.rs/bdk_bitcoind_rpc/latest/bdk_bitcoind_rpc/)\n-   [bdk_hwi API docs](https://docs.rs/bdk_hwi/latest/bdk_hwi/)\n\n\u003cbr\u003e\n\n## Applications\n-   [Bitkey](https://bitkey.build/) — Bitkey is the safe, easy way to own and manage bitcoin.\n-   [Peach Bitcoin](https://peachbitcoin.com/) — Buy \u0026 Sell Bitcoin peer-to-peer.\n-   [Anchor Watch](https://www.anchorwatch.com/) — Protect your bitcoin with regulated insurance and enterprise-grade multi-institutional custody. \n-   [Mutiny Wallet](https://www.mutinywallet.com/) — A self-custodial lightning wallet that runs in the browser.\n-   [Envoy by Foundation](https://foundationdevices.com/) — A Bitcoin wallet with powerful account management and privacy features.\n-   [Bull Bitcoin](https://www.bullbitcoin.com/) — A non-custodial Bitcoin-only exchange and payments service.\n-   [Lava](https://www.lava.xyz/) — Bitcoin-secured loans, global payments, instant bitcoin purchases, premium security.\n-   [Padawan Wallet](https://padawanwallet.com/) — Learn to use bitcoin with signet coins.\n-   [BitMask Wallet](https://bitmask.app/) — Your Gateway to DeepWeb3 on Bitcoin.\n-   [Seba Bank](https://www.seba.swiss/) — Get the most out of your assets with a regulated global crypto bank.\n-   [Smart Vaults](https://www.smartvaults.io/) — Collaborative bitcoin custody.\n-   [Spotbit](https://github.com/BlockchainCommons/spotbit) — Spotbit is a portable API for Bitcoin price data and candles.\n-   [Live Wallet](https://github.com/Jwyman328/LiveWallet) — Keep your utxos alive.\n-   [PSBT Commander](https://github.com/Jared-Dahlke/psbt-commander) — A PSBT creator.\n-   [Utreexod](https://github.com/utreexo/utreexod) — A full node with support for utreexo accumulators.\n-   [Bitcoin Safe](https://github.com/andreasgriffin/bitcoin-safe) — A bitcoin wallet for the entire family.\n-   [Volt Wallet](https://github.com/Zero-1729/volt) — A modern, descriptor-based, financial freedom bitcoin wallet.\n\n\u003cbr\u003e\n\n## Podcasts\n-   [Alekos on the Bitcoin Developers Podcast: Previewing Taproot Transactions in BDK](https://www.youtube.com/watch?v=PgjjKCE8DVc)\n-   [Raj on the Bitcoin Developers Podcast: Using BDK to Build a Wallet](https://www.youtube.com/watch?v=GHSIPltK-mQ)\n-   [Steve on the Bitcoin Developers Podcast: Learning BDK from the Command Line](https://www.youtube.com/watch?v=GHSIPltK-mQ)\n-   [thunderbiscuit on the Bitcoin Developers Podcast: BDK on Android](https://www.youtube.com/watch?v=r6opVPa9YJI)\n-   [Bitcoin Zavior on the Bitcoin Developers Podcast: Making your First BDK app using React Native](https://www.youtube.com/watch?v=gMpWA875go4)\n-   [Bitcoin Zavior on the Bitcoin Developers Podcast: Making your First BDK app using Flutter](https://www.youtube.com/watch?v=bd7_u-X6g5Y)\n-   [Alekos and Daniela on the Chaincode Podcast: Bitcoin Development Kit (BDK)](https://podcast.chaincode.com/2023/05/25/bdk-alekos-daniela)\n\n\u003cbr\u003e\n\n## Other\n-   [Bitcoin Dev Kit Foundation](https://bitcoindevkit.org/foundation/)\n","projects_url":"https://awesome.ecosyste.ms/api/v1/lists/bitcoindevkit%2Fawesome-bdk/projects"}