]> Untitled Git - bitcoindevkit.org/commitdiff
Adds DevkitWallet & BdkSwiftSample
authorConor Okus <conor.okus@hotmail.co.uk>
Fri, 11 Nov 2022 14:39:00 +0000 (14:39 +0000)
committerConor Okus <conor.okus@hotmail.co.uk>
Fri, 11 Nov 2022 14:39:00 +0000 (14:39 +0000)
docs/examples/README.md

index 19951d8d7d985656867a697e8a25371e1f4b5d0a..3e57577573a3c797e2cea01e164eea0b95480b54 100644 (file)
@@ -5,9 +5,14 @@ Click the links below and learn from community-built example projects.
 ## [BDK-CLI](https://github.com/bitcoindevkit/bdk-cli)
 A command line interface to experiment with the bitcoindevkit.
 
+## [DevkitWallet](https://github.com/thunderbiscuit/devkit-wallet)
+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."
+
 ## [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.