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