From: Matthew Date: Fri, 22 Sep 2023 13:52:41 +0000 (-0500) Subject: docs: update bdk-swift example wallet X-Git-Url: http://internal-gitweb-vhost/script/%22https:/database/scripts/static/struct.WScriptHash.html?a=commitdiff_plain;h=86a0a22f14a72e907e2f4d9457114f50ca9db606;p=bitcoindevkit.org docs: update bdk-swift example wallet --- diff --git a/docs/examples/README.md b/docs/examples/README.md index 3e57577573..c033044d62 100644 --- a/docs/examples/README.md +++ b/docs/examples/README.md @@ -10,8 +10,8 @@ A demo app for the bitcoindevkit on Android using `bdk-kotlin`. ## [Padawan Wallet](https://github.com/thunderbiscuit/padawan-wallet) A testnet-only bitcoin wallet full of tutorials on how to use bitcoin wallets. -## [BdkSwiftSample](https://github.com/futurepaul/BdkSwiftSample) -A basic test bed for an iOS mobile wallet using `bdk-swift` inspired by the Android DevkitWallet." +## [BDKSwiftExampleWallet](https://github.com/reez/BDKSwiftExampleWallet) +An example iOS app using `bdk-swift`. ## [Tatooine](https://github.com/thunderbiscuit/tatooine) Tatooine is a small bitcoin testnet faucet built with Ktor, a Kotlin asynchronous framework for creating microservices and web applications.