From 61c75b24bd92ab9b0277127b88852ec186b18004 Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Wed, 2 Mar 2022 20:17:11 -0800 Subject: [PATCH] Add example project to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c15f1aa..6acd9ef 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,10 @@ let wallet = try OfflineWallet.init(descriptor: desc, network: Network.regtest, let address = wallet.getNewAddress() ``` +### Example Projects + +* [BdkSwiftSample](https://github.com/futurepaul/BdkSwiftSample) + ## How to Build and Publish If you are a maintainer of this project or want to build and publish this project to your