From b8778cdaa598834d41f33fdd0d2ab5588041ff1a Mon Sep 17 00:00:00 2001 From: Matthew Date: Thu, 16 Nov 2023 09:40:52 -0600 Subject: [PATCH] docs: add/update android+ios readme example project links --- bdk-android/README.md | 1 + bdk-swift/README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bdk-android/README.md b/bdk-android/README.md index 8567e192..a9fecc0f 100644 --- a/bdk-android/README.md +++ b/bdk-android/README.md @@ -44,6 +44,7 @@ dependencies { ``` ### Example Projects +* [bdk-kotlin-example-wallet](https://github.com/bitcoindevkit/bdk-kotlin-example-wallet) * [Devkit Wallet](https://github.com/thunderbiscuit/devkit-wallet) * [Padawan Wallet](https://github.com/thunderbiscuit/padawan-wallet) diff --git a/bdk-swift/README.md b/bdk-swift/README.md index 5de436af..5cc8ea19 100644 --- a/bdk-swift/README.md +++ b/bdk-swift/README.md @@ -35,7 +35,7 @@ swift test ### Example Projects -* [BdkSwiftSample](https://github.com/futurepaul/BdkSwiftSample), iOS +* [BDKSwiftExampleWallet](https://github.com/bitcoindevkit/BDKSwiftExampleWallet), iOS ## How to Build and Publish