From d83b676d46ee340c85c3fd85ec8e80d97a6eff79 Mon Sep 17 00:00:00 2001 From: Elias Rad <146735585+nnsW3@users.noreply.github.com> Date: Thu, 27 Feb 2025 12:39:41 +0200 Subject: [PATCH] Update appdx-bitcoindevkit.asciidoc --- contrib/appdx-bitcoindevkit.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/appdx-bitcoindevkit.asciidoc b/contrib/appdx-bitcoindevkit.asciidoc index 7d3db2fd..782eb031 100644 --- a/contrib/appdx-bitcoindevkit.asciidoc +++ b/contrib/appdx-bitcoindevkit.asciidoc @@ -5,7 +5,7 @@ == What is Bitcoin Dev Kit -The https://bitcoindevkit.org/:[Bitcoin Dev Kit] project is a set of libraries and tools used to create Bitcoin descriptor based wallets. The core https://github.com/bitcoindevkit/bdk:[`bdk`] library is written in Rust and can easily integrate Bitcoin wallet features into any application. BDK also provides language-bindings via the https://github.com/bitcoindevkit/bdk-ffi:[`bdk-ffi`] project that allow developers to create bitcoin wallets in their native language such as Kotlin/Java, Swift, and Python. BDK is designed to be modular and supports different blockchain clients for syncing wallet transactions, such as Electrum and custom databases for storing wallet data. This allows developers to choose the components that are right for their application. +The https://bitcoindevkit.org/[Bitcoin Dev Kit] project is a set of libraries and tools used to create Bitcoin descriptor based wallets. The core https://github.com/bitcoindevkit/bdk[`bdk`] library is written in Rust and can easily integrate Bitcoin wallet features into any application. BDK also provides language-bindings via the https://github.com/bitcoindevkit/bdk-ffi[`bdk-ffi`] project that allow developers to create bitcoin wallets in their native language such as Kotlin/Java, Swift, and Python. BDK is designed to be modular and supports different blockchain clients for syncing wallet transactions, such as Electrum and custom databases for storing wallet data. This allows developers to choose the components that are right for their application. === BDK Library Features