From: BitcoinZavior Date: Mon, 11 Jul 2022 22:08:41 +0000 (-0400) Subject: addressed review comment: removed 'or rust' X-Git-Url: http://internal-gitweb-vhost/script/%22https:/%22example_cli/enum.Commands.html/enum.AnyDatabaseConfig.html?a=commitdiff_plain;h=cfae3299c246af597ab58d3af96e1ccb3b6c658a;p=bitcoindevkit.org addressed review comment: removed 'or rust' --- diff --git a/docs/_blog/bdk_rn_making_of.md b/docs/_blog/bdk_rn_making_of.md index ac6ad3b834..83a125aeee 100644 --- a/docs/_blog/bdk_rn_making_of.md +++ b/docs/_blog/bdk_rn_making_of.md @@ -8,7 +8,7 @@ tags: ["BDK-RN","Development","Architecture"] hidden: true draft: false --- -The **BitcoinDevkit**'s **React Native** version (`bdk-rn`) makes it easy to develop bitcoin applications for both Android and IOS mobile platforms. Using `bdk-rn` knowledge of the underlying bitcoin and bdk api or rust is not required and using `bdk-rn` is similar to using any other RN module. The goal is **Rapid Bitcoin Application Development** by doing the heavy lifting in advance and providing a reusable package for other developers to use. Developers simply install using using `yarn add` and start using it in a React Native Project. The native code, rust lang implementation, confugurations any other details are all taken care of by `bdk-rn`. +The **BitcoinDevkit**'s **React Native** version (`bdk-rn`) makes it easy to develop bitcoin applications for both Android and IOS mobile platforms. Using `bdk-rn` knowledge of the underlying bitcoin and bdk api is not required and using `bdk-rn` is similar to using any other RN module. The goal is **Rapid Bitcoin Application Development** by doing the heavy lifting in advance and providing a reusable package for other developers to use. Developers simply install using using `yarn add` and start using it in a React Native Project. The native code, rust lang implementation, confugurations any other details are all taken care of by `bdk-rn`. This article is **NOT a guide on how to use bdk-rn** to build a bitcoin Application, rather this is an insight into how `bdk-rn` was developed. For help on how to use `bdk-rn` to develop a bitcoin Wallet or Application please refer to the user guide in the readme on github: https://github.com/LtbLightning/bdk-rn#usage. There will be `how to guides` published shortly on getting started with `bdk-rn`.