From: Conor Okus Date: Fri, 11 Nov 2022 14:39:00 +0000 (+0000) Subject: Adds DevkitWallet & BdkSwiftSample X-Git-Url: http://internal-gitweb-vhost/script/%22https:/database/tx_graph/struct.Additions.html?a=commitdiff_plain;h=36809a418307a93d9b757b657147e85228d3798f;p=bitcoindevkit.org Adds DevkitWallet & BdkSwiftSample --- diff --git a/docs/examples/README.md b/docs/examples/README.md index 19951d8d7d..3e57577573 100644 --- a/docs/examples/README.md +++ b/docs/examples/README.md @@ -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.