docs: add/update android+ios readme example project links

This commit is contained in:
Matthew 2023-11-16 09:40:52 -06:00
parent f2cd561f25
commit b8778cdaa5
No known key found for this signature in database
GPG Key ID: 8D4FCD82DD54DDD2
2 changed files with 2 additions and 1 deletions

View File

@ -44,6 +44,7 @@ dependencies {
``` ```
### Example Projects ### Example Projects
* [bdk-kotlin-example-wallet](https://github.com/bitcoindevkit/bdk-kotlin-example-wallet)
* [Devkit Wallet](https://github.com/thunderbiscuit/devkit-wallet) * [Devkit Wallet](https://github.com/thunderbiscuit/devkit-wallet)
* [Padawan Wallet](https://github.com/thunderbiscuit/padawan-wallet) * [Padawan Wallet](https://github.com/thunderbiscuit/padawan-wallet)

View File

@ -35,7 +35,7 @@ swift test
### Example Projects ### Example Projects
* [BdkSwiftSample](https://github.com/futurepaul/BdkSwiftSample), iOS * [BDKSwiftExampleWallet](https://github.com/bitcoindevkit/BDKSwiftExampleWallet), iOS
## How to Build and Publish ## How to Build and Publish